/* Local Overrides */

.ribbon.ribbon-blue-to-default {
	position: relative;
	z-index: 75;
}

section .section.section-hero .section-lockup {
	/* only for /apple-tv-4k/ */
	z-index: 50;
}

/*Ribbon*/
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.ribbon .ribbon-content-wrapper .ribbon-content {
		width: 568px;
	}
}
@media only screen and (min-width: 1069px) {
	.ribbon .ribbon-content-wrapper .ribbon-content {
		width: 90%;
	}
}
@media only screen and (min-width: 1069px) {
	.page-overview.page-ipad
		.ribbon.ribbon-blue-to-default
		.ribbon-content.row {
		width: 86.33333%;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.page-overview.page-ipad .ribbon .ribbon-content-wrapper .ribbon-content {
		width: 523px;
	}
}
