.hostinger-ai-background-image {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

@media (max-width: 1024px) {
    .hostinger-ai-background-image {
        background-attachment: scroll !important;
    }
    .hostinger-ai-background-image.parallax-js-ee2bcb3b {
        background-attachment: scroll !important;
        background-position-x: center !important;
    }
}
