.fslightbox-visible.fslightbox-invisible{
    display:flex;
    flex-direction:column;
    width:100vw;
    height:100vh;
}
.clark-fslb-container a {
    display:flex;
}
.clark-fslb{
    gap:20px;
    pointer-events: none;
    cursor: default;
    align-items: center;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    overflow-y: scroll;
}
.clark-fslb-img{
    height:100%;
    width:100%;
    max-height:80%;
    max-width:100%;
}
.clark-fslb-caption{
    padding:20px;
}

.clark-fslb-caption, 
.clark-fslb-caption p,
.clark-fslb-caption h1,
.clark-fslb-caption h2,
.clark-fslb-caption h3,
.clark-fslb-caption h4,
.clark-fslb-caption h5,
.clark-fslb-caption h6
{
    color:white!important;
}
.clark-fslb-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fslightbox-toolbar-button:nth-child(2),
.fslightbox-toolbar-button:nth-child(3),
.fslightbox-toolbar-button:nth-child(4),
.fslightbox-toolbar-button:nth-child(1),
.clark-fslb-container br,
.clark-fslb-container p:empty,
.fslightbox-invisible,
.clark-fslb::-webkit-scrollbar
{
    display:none;
}
.clark-fslb-container a img{
    width:100%;
}
.clark-fslb-container p {
    margin:0px;
}