/* ------------------- HOME PAGE --------------------- */

/* Hide home page slideshow arrows: */
.block_a5296ba31a9d470f98b88d1e8c5be80a .flex-direction-nav {
    display: none;
}


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

.modalImageGallery .nextImg {
    position: fixed;
    background-position: right;
    right: 0;
}
.modalImageGallery .prevImg {
    position: fixed;
    background-position: left;
    left: 0;
}

.publicModalClose {
    filter: contrast(0%);
}

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

/* Set side padding: */
.modalImageGallery .imageContainer {
    max-width: calc(100% - 100px);
}

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