/* ------------ IMAGE GALLERY MODAL OVERLAY (start) ------------ */
/* Background overlay: */
.publicModalMask {
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

/* Move arrows to edges: */
.modalImageGallery .imageContainer .nextImg {
    position: fixed;
    background-position: right;
    right: 10px;
}
.modalImageGallery .imageContainer .prevImg {
    position: fixed;
    background-position: left;
    left: 10px;
}

.publicModalClose {
    filter: brightness(0);
}

/* ------------ IMAGE GALLERY MODAL OVERLAY (end) ------------ */

.modalVideoGallery-vid ~ .galleryArrow{
    height:inherit !important;
}