/* Local Fixes */
/* App Store Icon */
.grid-item-touchid .overview-touchid-icon-applepay {
	display: block;
	width: 84px;
	height: 75px;
}

@media only screen and (max-width: 734px) {
	.grid-item-touchid .overview-touchid-icon-applepay {
		display: block;
		width: 60px;
		height: 54px;
	}
}

/* Big Sur Image */
@media only screen and (min-width: 734px) {
	.section-router .grid-item-router .shared-router-macos-bigsur {
		height: 100%;
	}
}

/* Business Image */
@media only screen and (min-width: 734px) {
	.section-router .grid-item-router .shared-router-business {
		width: 100%;
		height: 100%;
		left: 0;
		margin-left: 0;
	}
}

/* Hero-cta-list */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	html.quick-look-classic .section-hero .hero-cta-list li:nth-of-type(1), html.quick-look-modern .section-hero .hero-cta-list li:nth-of-type(1), html.quick-look-classic .section-hero .hero-cta-list li:nth-of-type(1), html.quick-look-modern .section-hero .hero-cta-list li:nth-of-type(1) {
		margin-left: 0;
		margin-right: 30px;
	}
}

/* Monterey Router */
picture#shared-router-macos-monterey-1 {
	height: 100%;
}
