.gallery-thumb {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}
.gallery-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.gallery-thumb:hover img {
    opacity: 0.7;
}
.lb-data .lb-details {
    margin-top: 5px;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 14px;
    color: #fff;
}
.lb-data .lb-caption {
    padding-bottom: 1em;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: .5;
    width: 5%;
}
.lightboxOverlay {
    z-index: 50000;
    background-color: #555;
}
.lightbox {
    z-index: 60000;
}
.lightbox .lb-image {
    border: none;
    box-shadow: 0px 2px 5.88px 0.12px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 2px 5.88px 0.12px rgba(0, 0, 0, 0.28);
}

.lb-outerContainer {
    background-color: transparent;
}
@media only screen and (min-width: 768px) {
    .lb-nav a.lb-next {
        right: 150px;
    }
    .lb-nav a.lb-prev {
        left: 150px;
    }
    .lb-nav a.lb-prev,
    .lb-nav a.lb-next {
        opacity: .5;
        position: fixed;
        top: 0;
    }
}

@media only screen and (min-width: 991px) {
    .lb-nav a.lb-prev {
        left: 180px;
    }
    .lb-nav a.lb-next {
        right: 180px;
    }
    .lightbox .lb-image {
        max-width: 800px !important;
        height: auto !important;
    }
}

@media only screen and (min-width: 1500px) {
    .gallery-thumb {
        width: 125px;
        height: 125px;
        margin-bottom: 10px;
        margin-right: 10px;
        display: inline-block;
    }
    .gallery-thumb img {
        width: 125px;
        height: 125px;
        object-fit: cover;
        object-position: center;
    }
    .lb-nav a.lb-prev {
        left: 450px;
    }
    .lb-nav a.lb-next {
        right: 450px;
    }
}