/* CA iframe styles */
@media only screen and (min-width: 735px) {
	.modal-notify .modal-notify-content .iframe-notify {
		height: 120px;
	}
}

/* CAEN Screens */
.image-student-plan {
	background-image: url("/ca/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_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-student-plan {
		background-image: url("/ca/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.image-student-plan {
		background-image: url("/ca/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("/ca/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.image-student-plan {
		background-image: url("/ca/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("/ca/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_small_2x.jpg");
	}
}

.bg-image-student-plan {
	background-image: url("/ca/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_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-student-plan {
		background-image: url("/ca/apple-tv-plus/images/overview/student_plan__bm7yp0v4tf6u_large_2x.jpg");
	}
}

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

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

/* Top ribbon  */
.large-8 {
	max-width: 74.66667%;
	flex-basis: 131.66667%;
}

/* Play Button Ribbon Fix */

@media only screen and (max-width: 734px) {
	html.ios .section-hero .controls,
	html.touch .section-hero .controls {
		top: 140px !important;
	}
}

@media only screen and (max-width: 541px) {
	html.ios .section-hero .controls,
	html.touch .section-hero .controls {
		top: 160px !important;
	}
}

@media only screen and (max-width: 355px) {
	html.ios .section-hero .controls,
	html.touch .section-hero .controls {
		top: 180px !important;
	}
}
