.ae-parallax-yes {
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
}

.ae-fixed-yes {
    background-attachment: fixed !important;
}

/* Ensure background size is cover for these effects */
.ae-parallax-yes,
.ae-fixed-yes {
    background-size: cover !important;
}
