/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

.section-hero .static-screen {
    background-image: url(/es/apple-tv-4k/images/overview/hero/hero_tv_screen__fywdd4xedfm2_large.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) {
    .section-hero .static-screen {
        background-image: url(/es/apple-tv-4k/images/overview/hero/hero_tv_screen__fywdd4xedfm2_large_2x.jpg)
    }
}

@media only screen and (max-width:1068px) {
    .section-hero .static-screen {
        background-image: url(/es/apple-tv-4k/images/overview/hero/hero_tv_screen__fywdd4xedfm2_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 .static-screen {
        background-image: url(/es/apple-tv-4k/images/overview/hero/hero_tv_screen__fywdd4xedfm2_medium_2x.jpg)
    }
}

@media only screen and (max-width:734px) {
    .section-hero .static-screen {
        background-image: url(/es/apple-tv-4k/images/overview/hero/hero_tv_screen__fywdd4xedfm2_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-hero .static-screen {
        background-image: url(/es/apple-tv-4k/images/overview/hero/hero_tv_screen__fywdd4xedfm2_small_2x.jpg)
    }
}



 /*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/





 /*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.inline-video-caption.music b{
    font-size:1.2em;
    font-weight: 500;
}

@media only screen and (max-width: 1068px){
    .section-ar .overview-ar-phone  {
       height: 290px;
    }
 }
 

 /*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
