/* Season 1 and default */

.hero .background {
    background-image: url('../images/the-chosen-background-season-1-full.jpg');

    @media screen and (max-width: 2000px) and (max-resolution: 1dppx) {
        background-image: url('../images/the-chosen-background-season-1-2000.jpg');
    }

    @media screen and (max-width: 1000px) and (max-resolution: 2dppx) {
        background-image: url('../images/the-chosen-background-season-1-2000.jpg');
    }

    @media screen and (max-width: 666px) and (max-resolution: 3dppx) {
        background-image: url('../images/the-chosen-background-season-1-2000.jpg');
    }
}


/* Season 2 */

.hero[data-season="2"] .background {
    background-image: url('../images/the-chosen-background-season-2-full.jpg');

    @media screen and (max-width: 2000px) and (max-resolution: 1dppx) {
        background-image: url('../images/the-chosen-background-season-2-2000.jpg');
    }

    @media screen and (max-width: 1000px) and (max-resolution: 2dppx) {
        background-image: url('../images/the-chosen-background-season-2-2000.jpg');
    }

    @media screen and (max-width: 666px) and (max-resolution: 3dppx) {
        background-image: url('../images/the-chosen-background-season-2-2000.jpg');
    }
}
