p.caption-text{
margin-bottom: 0px;
}
.lightbox{
    position: fixed; /* Stay in place */
    z-index: 0; 
    left: 0px;
    top: 100px;
    width: 100%; /* Full width */
    height: 100vh;
    overflow-y: hidden;
    margin: auto;
}

.lightbox-content{
    padding:150px;
    padding-top: 50px;
    width: 100%;
    height:calc(100% - 100px);
    z-index: 1;
}

.lightbox-button{
    width: 30px; /* Full width */
    height: 30px;
    cursor: pointer;
    z-index: 100;
}

.lightbox-flex{
    display:flex;
    justify-content: center;
   
}


#num{
    display:flex;
    justify-content: center;
    flex-basis:60px;
   padding:2px;
   padding-left: 10px;
   padding-right:10px;
}

.lightbox-img{
    position: relative;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lightbox-img img{
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    max-width:1400px;
    max-height:100%;
    margin:auto;
    text-align: center;
}


.lightbox-text{
    padding-top: 20px;
} 

#creditos-lightbox{
    margin:0px;
    height: 24px;
    font-size: 12px;
} 

#loading{
    position: absolute;
    max-width: 100%;
    height: 40px;
    margin:auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close{
    cursor: pointer;
}

.prev{

}
.next{

}
    