.is-e4a9e96d-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    background: #f3f3f3;
}
.is-e4a9e96d-image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    transition-property: transform;
    transition-timing-function: ease-in-out;
}
/* Hover Trigger */
.is-e4a9e96d-container.trigger-hover.dir-bottom-to-top .is-e4a9e96d-image {
    top: 0;
}
.is-e4a9e96d-container.trigger-hover.dir-bottom-to-top:hover .is-e4a9e96d-image {
    transform: translateY(calc(-100% + 100cqh));
}
/* Auto and Scroll logic handled by JS */
