/* CA SCREENS */
/* Apple TV Screen */
.section-entertainment .image-hardware.image-tv .screen {
    width: 783px;
    height: 492px;
    background-size: 783px 492px;
    background-repeat: no-repeat;
    background-image: url("/ca/itunes/home/images/overview/screen_appletv__gd3vm2df43iq_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-entertainment .image-hardware.image-tv .screen {
        background-image: url("/ca/itunes/home/images/overview/screen_appletv__gd3vm2df43iq_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-entertainment .image-hardware.image-tv .screen {
        width: 658px;
        height: 413px;
        background-size: 658px 413px;
        background-repeat: no-repeat;
        background-image: url("/ca/itunes/home/images/overview/screen_appletv__gd3vm2df43iq_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-entertainment .image-hardware.image-tv .screen {
        background-image: url("/ca/itunes/home/images/overview/screen_appletv__gd3vm2df43iq_medium_2x.jpg")
    }
}

@media only screen and (max-width: 734px) {
    .section-entertainment .image-hardware.image-tv .screen {
        width: 266px;
        height: 167px;
        background-size: 266px 167px;
        background-repeat: no-repeat;
        background-image: url("/ca/itunes/home/images/overview/screen_appletv__gd3vm2df43iq_small.jpg")
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-entertainment .image-hardware.image-tv .screen {
        background-image: url("/ca/itunes/home/images/overview/screen_appletv__gd3vm2df43iq_small_2x.jpg")
    }
}