/*------------------------------------*\
   APPLE-TV-PLUS (FULL WIDTH)
\*------------------------------------*/


/* APPLE TV PLUS */

/* SCREENS */

.tv-plus.fallback {
    background-image: url("/euro/mac/home/n/generic/images/overview/get-more/router_river/apple_tv_plus_river__zc18znd7pzme_large.jpg");
    background-position: center bottom;
    background-size: cover;
}

@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) {
    .tv-plus.fallback {
        background-image: url("/euro/mac/home/n/generic/images/overview/get-more/router_river/apple_tv_plus_river__zc18znd7pzme_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .tv-plus.fallback {
        background-image: url("/euro/mac/home/n/generic/images/overview/get-more/router_river/apple_tv_plus_river__zc18znd7pzme_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) {
    .tv-plus.fallback {
        background-image: url("/euro/mac/home/n/generic/images/overview/get-more/router_river/apple_tv_plus_river__zc18znd7pzme_medium_2x.jpg")
    }
}

@media only screen and (max-width: 734px) {
    .tv-plus.fallback {
        background-image: url("/euro/mac/home/n/generic/images/overview/get-more/router_river/apple_tv_plus_river__zc18znd7pzme_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) {
    .tv-plus.fallback {
        background-image: url("/euro/mac/home/n/generic/images/overview/get-more/router_river/apple_tv_plus_river__zc18znd7pzme_small_2x.jpg")
    }
}

/* LOCAL FIXES */

.tv-plus .controls {
	right: 26px;
}
@media only screen and (max-width: 1068px) {
    .tv-plus .controls {
        right: 20px;
    }
}
@media only screen and (max-width: 734px) {
    .tv-plus .controls {
        right: 0px;
    }
}

.tv-plus .content-wrapper {
    margin-left: 0px;
    margin-right: 0px;
}
.tv-plus .promo-copy {
	padding-left: 10px;
	padding-right: 10px;
}

/* END APPLE TV PLUS */

/*------------------------------------*\
   END APPLE-TV-PLUS (FULL WIDTH)
\*------------------------------------*/
