/* Safari Video HW */
.page-overview .section-safari .grid-item-video-viewer .hardware-wrapper {
	width: 980px;
}

@media only screen and (max-width: 1068px) {
	.page-overview .section-safari .grid-item-video-viewer .hardware-wrapper {
		width: 679px;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-safari .grid-item-video-viewer .hardware-wrapper {
		width: 308px;
	}
}

.page-overview .section-safari .grid-item-video-viewer .inline-video-img.screen {
	max-width: 100%;
}

.page-overview .section-safari .grid-item-video-viewer .inline-video-img.hw {
	max-width: 980px;
}

.section-router .router-item.router-watchos {
	padding-bottom: 64px;
}

@media only screen and (max-width: 1068px) {
	.section-router .router-item.router-watchos {
		padding-bottom: 58px;
	}
}

@media only screen and (max-width: 734px) {
	.section-router .router-item.router-watchos {
		padding-bottom: 0px;
	}
}

/* Math notes full tile */
.page-overview .section-notes .grid-item-numbers .overview-notes-numbers {
	align-self: center;
	max-width: unset;
	width: 980px;
	height: 593px;
	background-size: 980px 593px;
}

@media only screen and (max-width: 1068px) {
	.page-overview .section-notes .grid-item-numbers .overview-notes-numbers {
		width: 678px;
		height: 411px;
		background-size: 678px 411px;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-notes .grid-item-numbers .overview-notes-numbers {
		width: 308px;
		height: 187px;
		background-size: 308px 187px;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-messages .grid-item-effects {
		--tile-height-small: 680px;
	}
}
