.tpp-gallery-slider{

margin-top:30px;

}

.tpp-gallery-slider img{

width:100%;

height:300px;

object-fit:cover;

border-radius:12px;

}

#tpp-lightbox-overlay{

position:fixed;

top:0;

left:0;

right:0;

bottom:0;

background:rgba(0,0,0,.9);

display:flex;

align-items:center;

justify-content:center;

z-index:999999;

}

#tpp-lightbox-overlay img{

max-width:90%;

max-height:90%;

}

#tpp-lightbox-close{

position:absolute;

top:30px;

right:30px;

font-size:40px;

color:#fff;

cursor:pointer;

}