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

.section-rooms .video-wrapper .room-screen:first-child {
    background-image:url(/euro/apple-tv-4k/w/screens_alt/images/overview/rooms/screen_tv_app_startframe__dio5utkp3866_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-rooms .video-wrapper .room-screen:first-child {
        background-image:url(/euro/apple-tv-4k/w/screens_alt/images/overview/rooms/screen_tv_app_startframe__dio5utkp3866_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-rooms .video-wrapper .room-screen:first-child {
        background-image:url(/euro/apple-tv-4k/w/screens_alt/images/overview/rooms/screen_tv_app_startframe__dio5utkp3866_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-rooms .video-wrapper .room-screen:first-child {
        background-image:url(/euro/apple-tv-4k/w/screens_alt/images/overview/rooms/screen_tv_app_startframe__dio5utkp3866_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-rooms .video-wrapper .room-screen:first-child {
        background-image:url(/euro/apple-tv-4k/w/screens_alt/images/overview/rooms/screen_tv_app_startframe__dio5utkp3866_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-rooms .video-wrapper .room-screen:first-child {
        background-image:url(/euro/apple-tv-4k/w/screens_alt/images/overview/rooms/screen_tv_app_startframe__dio5utkp3866_small_2x.jpg)
    }
}

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




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


.section-better-together .grid-item .tile-audio-sharing .tile-content {
	flex-direction: column;
}


.section-siri-remote .siri-utterances {
	display: none;
}

html.quicklook .section-ar .quicklook-component a span:after {
	display: inline;
}


@media only screen and (max-width: 1068px) {
	.section-rooms .room-fitness-plus a.typography-rooms-copy + a.typography-rooms-copy {
    	margin-left: 0px;
	}
}

@media only screen and (max-width:734px) {
  .section-rooms .room-fitness-plus .icon-text-wrapper {
      max-width: 350px;
  }
}

@media only screen and (max-width:734px) {
  .section-rooms .room-fitness-plus .icon-text-wrapper p {
      max-width: 280px;
  }
}

@media only screen and (max-width: 734px) {
	.section-rooms .room-fitness-plus a.typography-rooms-copy + a.typography-rooms-copy {
    	margin-left: 40px;
	}
}

.section-rooms .video-wrapper .room-screen:first-child {
    background-image:url(/euro/apple-tv-4k/v/screens_alt/images/overview/rooms/screen_tv_app_new__ee1lgm2221oy_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-rooms .video-wrapper .room-screen:first-child {
        background-image:url(/euro/apple-tv-4k/v/screens_alt/images/overview/rooms/screen_tv_app_new__ee1lgm2221oy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-rooms .video-wrapper .room-screen:first-child {
    background-image:url(/euro/apple-tv-4k/v/screens_alt/images/overview/rooms/screen_tv_app_new__ee1lgm2221oy_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-rooms .video-wrapper .room-screen:first-child {
    background-image:url(/euro/apple-tv-4k/v/screens_alt/images/overview/rooms/screen_tv_app_new__ee1lgm2221oy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-rooms .video-wrapper .room-screen:first-child {
      background-image:url(/euro/apple-tv-4k/v/screens_alt/images/overview/rooms/screen_tv_app_new__ee1lgm2221oy_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-rooms .video-wrapper .room-screen:first-child {
        background-image:url(/euro/apple-tv-4k/v/screens_alt/images/overview/rooms/screen_tv_app_new__ee1lgm2221oy_small_2x.jpg)
    }
}

@media only screen and (max-width:1068px) {
    .section-siri-remote .siri-utterances .callouts {
        padding-right: 15px;
    }
}

@media only screen and (max-width:734px) {
    .section-siri-remote .siri-utterances .callouts {
        padding-right: 0px;
    }
}

@media only screen and (max-width:734px) {
    .section-facetime .badge-container, .section-facetime .section-headline {
        display: block;
        max-width: 100%;
        padding: 0 151px;
    }
}

.small-caps {
    font-variant-caps: all-small-caps;
}

@media only screen and (min-width:735px) {
   html.no-siri .section-siri-remote .right-column .remote-container picture {
       display: block; 
   }
}
@media only screen and (max-width:734px) {
   .section-siri-remote.enhanced .siri-remote .gestures .right-column .gestures-wrapper {
      margin-bottom: max(40vh,560px);
   }
}

.section-compare .support .typography-compare-feature-bold {
    display: inline-block;
}

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