/* Local overrides */

/* Hero */
.section-hero .links-inline li:first-child {
	margin-right: 0;
}

/* Alt design  */
@media only screen and (min-width: 735px) {
	.section-endcap .router-tile-ios-16.section-endcap-tile {
		grid-column: 1 / span 2;
	}
}
@media only screen and (max-width: 734px) {
	.section-endcap .router-container {
		grid-template-rows: 1fr 1fr 1fr;
	}
}

/* Router iOS */
#overview-router-tile-ios-16-1 {
	width: 100%;
}

/* Localized screens */
/* Lock Screens */
.section-lock-screen .lock-screen-gallery #lock-screen-gallery-item-1 .device {
	background-image: url(/lae/iphone-14/images/overview/lock-screen/lock_screen_1__264y35q6anmu_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-lock-screen
		.lock-screen-gallery
		#lock-screen-gallery-item-1
		.device {
		background-image: url(/lae/iphone-14/images/overview/lock-screen/lock_screen_1__264y35q6anmu_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.section-lock-screen
		.lock-screen-gallery
		#lock-screen-gallery-item-1
		.device {
		background-image: url(/lae/iphone-14/images/overview/lock-screen/lock_screen_1__264y35q6anmu_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-lock-screen
		.lock-screen-gallery
		#lock-screen-gallery-item-1
		.device {
		background-image: url(/lae/iphone-14/images/overview/lock-screen/lock_screen_1__264y35q6anmu_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.section-lock-screen
		.lock-screen-gallery
		#lock-screen-gallery-item-1
		.device {
		background-image: url(/lae/iphone-14/images/overview/lock-screen/lock_screen_1__264y35q6anmu_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-lock-screen
		.lock-screen-gallery
		#lock-screen-gallery-item-1
		.device {
		background-image: url(/lae/iphone-14/images/overview/lock-screen/lock_screen_1__264y35q6anmu_small_2x.jpg);
	}
}
