.scrollmation-gallery {
    position: relative;
}

.scrollmation-gallery__scrollable-buffer {
    height: 10vh;
}

.scrollmation-gallery__scrollable-amount {
    height: 100vh;
}

.scrollmation-gallery__images {
    position: sticky;
    top: 0;

    height: 100vh;
    width: 100%;
}

.scrollmation-gallery__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    
    width: 100%;
    height: 100%;
    opacity: 0;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.scrollmation-gallery__image.is-visible {
    opacity: 1 !important;
}
/** temporary fix gallery **/
/** migration snip **/
#\37 7623497047677 .eib-swipeGallery figcaption small {
    display: none;
}
#\37 7623497047677 .eib-swipeGallery figure a {
    height: 231px;
}
