@media (max-width: 1180px) {
    html.cn-mobile-parallax body.home .hostinger-ai-background-video {
        overflow: hidden !important;
    }

    html.cn-mobile-parallax body.home
    .hostinger-ai-background-video
    > .wp-block-cover__image-background.has-parallax {
        inset: -100px 0 !important;
        height: auto !important;
        background-attachment: scroll !important;
        background-size: cover !important;
        transform: translate3d(0, var(--cn-mobile-parallax-y, 0px), 0) scale(1.1);
        transform-origin: center;
        transition: none !important;
        will-change: transform;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.cn-mobile-parallax body.home
    .hostinger-ai-background-video
    > .wp-block-cover__image-background.has-parallax {
        transform: none !important;
    }
}
