.fslightbox {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    resize: both;

}
.fslightbox-item {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    flex: 1 0 auto;
    z-index: 1;
    margin-bottom: 1.25rem;
    line-height: 0;
}
.fslightbox a {
    text-decoration: none;
    padding: 0.3rem;
    box-shadow: 0 10px 20px #b9bbbe;
    display: inline-block;
}
    .fslightbox a:after {
        content: none !important;
    }
.fslightbox img {
    box-sizing: border-box;
    height: 10rem;
    width: auto;
    cursor: pointer;
    display: inline-block;
}
    .fslightbox.youtubeVideoGallery img {
        height: 8rem;
    }
.fslightbox .caption {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    text-align: center;
    width: min-content;
    min-width: 100%;
    line-height: 1.1rem;
    padding: 0.2rem;
    font-style: italic;
}
