@media screen and (max-width: 1024px) {
    .home-parallax,
    .page-header-parallax,
    .stadium-parallax,
    .golfcourse-parallax,
    .dining-parallax,
    .casino-parallax,
    .barstools-parallax,
    .ipadusers-parallax,
    .foodtruck-parallax,
    .beach-parallax,
    .features1-parallax,
    .features2-parallax,
    .features3-parallax,
    .features4-parallax,
    .features5-parallax {
        background-attachment: scroll !important;
        background-position: center !important;
        background-size: 100% auto !important;
    }

    .home-parallax, 
    .stadium-parallax, 
    .dining-parallax,
    .casino-parallax,
    .golfcourse-parallax,
    .beach-parallax,
    .ipadusers-parallax,
    .barstools-parallax {
        background-size: auto 100% !important;
    }
}

@media screen and (max-width: 960px) {
    .features1-parallax,
    .features2-parallax,
    .features3-parallax,
    .features4-parallax,
    .features5-parallax {
        background-size: auto 100% !important;
    }

    .page-header-parallax {
        background-size: 100% auto !important;
    }
}

@media screen and (max-width: 480px) {

    .features2-parallax, .features3-parallax, .casino-parallax {
        background-position: 57% center !important;
    }
}

@media screen and (max-width: 320px) {

    .features2-parallax, .features2-parallax {
        background-position: 61% center !important;
    }
}