/* Local Overrides */

/* atv+ ribbon */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.with-offer-ribbon .ribbon .ribbon-content-wrapper .ribbon-content {
		width: 688px;
	}
}

@media only screen and (max-width: 734px) {
	.with-offer-ribbon .ribbon .ribbon-content-wrapper .ribbon-content {
		max-width: 358px;
	}
}

/* @media only screen and (max-width: 410px) {
	.with-offer-ribbon .ribbon .ribbon-content-wrapper .ribbon-content {
		max-width: 285px;
	}
} */

/* offers button */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.with-offer-ribbon .section-offers .offer:last-child .typography-body {
		margin-bottom: 46px;
	}
}

/* section-hero */
@media only screen and (max-width: 320px) {
	.section-hero .typography-hero-headline {
		font-size: 34px;
		min-width: 300px;
	}
}

@media only screen and (max-width: 667px) and (orientation: landscape) {
	.section-hero .typography-hero-headline {
		font-size: 40px;
		max-width: 100%;
	}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
	.section-hero .typography-hero-headline {
		font-size: 32px;
	}
}

@media only screen and (max-width: 667px) and (orientation: landscape) {
	.section-hero .lockup {
		max-width: 100%;
	}
}

@media only screen and (max-width: 667px) and (orientation: landscape) {
	.section-hero .section-content {
		min-height: 500px;
	}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
	.section-hero .section-content {
		min-height: 460px;
	}
}

@media only screen and (max-height: 520px) and (orientation: landscape) {
	.section-hero .lockup {
		top: 190px;
	}
}

@media only screen and (max-width: 375px) and (orientation: portrait) {
	html.ac-ls-visible .section-hero .lockup .watch-on-cta-wrapper {
		margin-top: 62px;
	}
}

/* section-hero with-ribbon */
@media only screen and (max-width: 734px) {
	html.ios body.body-with-ribbon .section-hero .controls.controls-lower,
	html.touch body.body-with-ribbon .section-hero .controls.controls-lower {
		top: 170px;
	}
}
@media only screen and (max-width: 320px) {
	html.no-ios body.body-with-ribbon .section-hero .watch-on-cta-wrapper {
		margin-top: 56px;
	}
}

/* section-shows */
@media only screen and (max-width: 734px) {
	.section-shows .button-super {
		width: 100px;
	}
}
@media only screen and (max-width: 734px) {
	.section-shows .button-super .icon-copy {
		white-space: normal;
	}
}

/*Offers section*/
.section-offers .customized-big-margin-top {
	margin-top: 0;
}

@media only screen and (max-width: 734px) {
	html.ac-ls-visible .section-hero .lockup {
		bottom: 110px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section.section-offers .offer:nth-child(1) a {
		margin-top: 2px;
	}
}

/*Local Screens*/

/* AirPlay */
.section-routers .image-router-airplay {
	background-image: url(/co/apple-tv-plus/images/overview/air_play__dyuvvwnd5riq_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-routers .image-router-airplay {
		background-image: url(/co/apple-tv-plus/images/overview/air_play__dyuvvwnd5riq_large_2x.jpg);
	}
}
@media only screen and (max-width: 1068px) {
	.section-routers .image-router-airplay {
		background-image: url(/co/apple-tv-plus/images/overview/air_play__dyuvvwnd5riq_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-routers .image-router-airplay {
		background-image: url(/co/apple-tv-plus/images/overview/air_play__dyuvvwnd5riq_medium_2x.jpg);
	}
}
@media only screen and (max-width: 734px) {
	.section-routers .image-router-airplay {
		background-image: url(/co/apple-tv-plus/images/overview/air_play__dyuvvwnd5riq_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-routers .image-router-airplay {
		background-image: url(/co/apple-tv-plus/images/overview/air_play__dyuvvwnd5riq_small_2x.jpg);
	}
}

/* tv-app startframe */
.image-tv-app-startframe {
	width: 1570px;
	height: 1180px;
	background-size: 1570px 1180px;
	background-repeat: no-repeat;
	background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_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) {
	.image-tv-app-startframe {
		background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.image-tv-app-startframe {
		width: 1170px;
		height: 880px;
		background-size: 1170px 880px;
		background-repeat: no-repeat;
		background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_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) {
	.image-tv-app-startframe {
		background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.image-tv-app-startframe {
		width: 238px;
		height: 514px;
		background-size: 238px 514px;
		background-repeat: no-repeat;
		background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_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) {
	.image-tv-app-startframe {
		background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_small_2x.jpg");
	}
}
.bg-image-tv-app-startframe {
	background-repeat: no-repeat;
	background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_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) {
	.bg-image-tv-app-startframe {
		background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.bg-image-tv-app-startframe {
		background-repeat: no-repeat;
		background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_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) {
	.bg-image-tv-app-startframe {
		background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.bg-image-tv-app-startframe {
		background-repeat: no-repeat;
		background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_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) {
	.bg-image-tv-app-startframe {
		background-image: url("/co/apple-tv-plus/images/overview/tv_app_startframe__ceq0tfdymkty_small_2x.jpg");
	}
}

/*Tile apple One*/
.section-apple-one .tile-image {
	background-image: url("/co/apple-tv-plus/images/overview/bundle__3m7ltrl8mvme_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-one .tile-image {
		background-image: url("/co/apple-tv-plus/images/overview/bundle__3m7ltrl8mvme_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.section-apple-one .tile-image {
		background-image: url("/co/apple-tv-plus/images/overview/bundle__3m7ltrl8mvme_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-one .tile-image {
		background-image: url("/co/apple-tv-plus/images/overview/bundle__3m7ltrl8mvme_medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.section-apple-one .tile-image {
		background-image: url("/co/apple-tv-plus/images/overview/bundle__3m7ltrl8mvme_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-apple-one .tile-image {
		background-image: url("/co/apple-tv-plus/images/overview/bundle__3m7ltrl8mvme_small_2x.jpg");
	}
}

/*Tile Student Plan*/
.image-student-plan {
	width: 668px;
	height: 453px;
	background-size: 668px 453px;
	background-repeat: no-repeat;
	background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_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) {
	.image-student-plan {
		background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_large_2x.jpg);
	}
}
@media only screen and (max-width: 1068px) {
	.image-student-plan {
		width: 354px;
		height: 272px;
		background-size: 354px 272px;
		background-repeat: no-repeat;
		background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_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) {
	.image-student-plan {
		background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_medium_2x.jpg);
	}
}
@media only screen and (max-width: 734px) {
	.image-student-plan {
		width: 400px;
		height: 258px;
		background-size: 400px 258px;
		background-repeat: no-repeat;
		background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_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) {
	.image-student-plan {
		background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_small_2x.jpg);
	}
}

.bg-image-student-plan {
	background-repeat: no-repeat;
	background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_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) {
	.bg-image-student-plan {
		background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_large_2x.jpg);
	}
}
@media only screen and (max-width: 1068px) {
	.bg-image-student-plan {
		background-repeat: no-repeat;
		background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_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) {
	.bg-image-student-plan {
		background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_medium_2x.jpg);
	}
}
@media only screen and (max-width: 734px) {
	.bg-image-student-plan {
		background-repeat: no-repeat;
		background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_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) {
	.bg-image-student-plan {
		background-image: url(/co/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_small_2x.jpg);
	}
}

.section-shows,
.section-apple-tv-app,
.section-faq,
.section-apple-one,
.section-routers,
.ac-globalfooter {
	margin-bottom: -2px;
}

/* Apple TV 4K Router Tile */
.section-routers .image-apple-tv-4k {
	margin-top: auto;
}

/* Airplay Tile */
.section-routers .airplay-router {
	height: auto;
}

/* Apple TV 4K "Learn more" */

@media only screen and (min-width: 1069px) {
	.section-routers
		.lower-container
		.tv-4k-router
		.typography-router-headline {
		margin-bottom: 36px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-routers
		.lower-container
		.tv-4k-router
		.typography-router-headline {
		margin-bottom: 17px;
	}
}

/* Tile ATV4K */
.section-routers .tv-4k-router .typography-router-headline {
	padding: 0px 14px;
}

/* Devices */

.logo.icon-airplay.col {
	padding-right: 160px;
}

@media only screen and (max-width: 1068px) {
	.logo.icon-airplay.col {
		padding-right: 137px;
	}
}

/* Section apple-tv-app Icon Alignment */

@media only screen and (min-width: 1069px) {
	.section-apple-tv-app .internal.alt-2025 .logo:nth-child(5) {
		padding-left: 90px;
		padding-right: 0px;
	}

	.section-apple-tv-app .alt-2025 .logo:nth-child(7) {
		padding-left: 0px;
		padding-right: 90px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-apple-tv-app .internal.alt-2025 .logo:nth-child(5) {
		padding-left: 70px;
		padding-right: 0px;
	}

	.section-apple-tv-app .alt-2025 .logo:nth-child(7) {
		padding-left: 0px;
		padding-right: 70px;
	}
}

@media only screen and (max-width: 734px) {
	.section-apple-tv-app .internal.alt-2025 .logo:nth-child(5) {
		padding-right: 0px;
		display: block;
	}
}
