@media only screen and (max-width: 992px) {
    .parallax {
        background-attachment: scroll !important;
    }
}

@supports not (background-attachment: fixed) {
    .parallax {
        background-attachment: scroll !important;
    }
}