.section-dark-mode { 
  background-image: none; 
}
.section-dark-mode .section-content {
  padding-top: 0px;
}

.section-hero .image-hero {
    background-image: url("/qa/tvos/images//hero_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .section-hero .image-hero {
        background-image: url("/qa/tvos/images//hero_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-hero .image-hero {
        background-image: url("/qa/tvos/images//hero_medium.jpg")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-hero .image-hero {
        background-image: url("/qa/tvos/images//hero_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .image-hero {
        background-image: url("/qa/tvos/images//hero_small.jpg")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-hero .image-hero {
        background-image: url("/qa/tvos/images//hero_small_2x.jpg")
    }
}



/*------- APPLE Music---*/

.section-apple-music .tv-shell .apple-music-screen {
    background-image: url("/qa/tvos/images/screen_3_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .section-apple-music .tv-shell .apple-music-screen {
        background-image: url("/qa/tvos/images/screen_3_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-apple-music .tv-shell .apple-music-screen {
        background-image: url("/qa/tvos/images/screen_3_medium.jpg")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-apple-music .tv-shell .apple-music-screen {
        background-image: url("/qa/tvos/images/screen_3_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .section-apple-music .tv-shell .apple-music-screen {
        background-image: url("/qa/tvos/images/screen_3_small.jpg")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-apple-music .tv-shell .apple-music-screen {
        background-image: url("/qa/tvos/images/screen_3_small_2x.jpg")
    }
}

/*------ APPLE Music----*/


/*------ Automatic App Download ---- */

.section-automatic-downloads .image-automatic-downloads {
    background-image: url("/qa/tvos/images/automatic_downloads_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .section-automatic-downloads .image-automatic-downloads {
        background-image: url("/qa/tvos/images/automatic_downloads_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-automatic-downloads .image-automatic-downloads {
        background-image: url("/qa/tvos/images/automatic_downloads_medium.jpg")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-automatic-downloads .image-automatic-downloads {
        background-image: url("/qa/tvos/images/automatic_downloads_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .section-automatic-downloads .image-automatic-downloads {
        background-image: url("/qa/tvos/images/automatic_downloads_small.jpg")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-automatic-downloads .image-automatic-downloads {
        background-image: url("/qa/tvos/images/automatic_downloads_small_2x.jpg")
    }
}
/*------ Automatic App Download ---- */