body.admin-bar .ms-sticky-w:not(.thumbnail) {
    top: 80px !important;
}
.elementor-element-7e17d26 > .ms-sticky-w {
    min-height: 611px !important;
    height: 611px !important;
}

/* Performance optimization for scroll animations */
.ms-sticky-w {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.elementor-element-7e17d26 {
    contain: layout style;
}

/* Fix ticker speed bug (Osty theme calculates wrong duration before images load) */
.ms-tt-wrap.ticker-active {
    --ticker-duration: 60s !important;
}
.ms-tt-wrap[data-speed="0.6"] {
    --ticker-duration: 60s !important;
}
.ms-tt-wrap[data-speed="1"] {
    --ticker-duration: 40s !important;
}
.ms-tt-wrap[data-speed="2"] {
    --ticker-duration: 20s !important;
}
/* Smooth out the animation */
.ms-tt-wrap .ms-tt {
    animation-timing-function: linear !important;
}
