/* Local Overrides */

/* On The Go */
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-on-the-go .copy-container {
		margin-top: -30px;
		margin-left: 20px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-scenario .main-tile .hey-siri {
		margin-left: 20px;
	}
}

/* In the Car */
@media only screen and (min-width: 1200px) {
	.section-in-the-car .grid .copy-container .copy {
		padding-left: 73px;
	}
}
@media only screen and (min-width: 1069px) and (max-width: 1199px) {
	.section-in-the-car .grid .copy-container .copy {
		padding-left: 60px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-in-the-car .grid .copy-container .copy {
		padding-left: 62px;
	}
}

@media only screen and (min-width: 1069px) and (max-width: 1199px) {
	.section-in-the-car .main-tile .hey-siri .typography-headline-elevated {
		padding-right: 20px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-in-the-car .main-tile .hey-siri .typography-headline-elevated {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-in-the-car .grid .copy-container {
		margin-top: -108px;
	}
}

@media only screen and (max-width: 734px) {
	.section-in-the-car .grid .copy-container {
		margin-top: 30px;
	}
}

/* In Action */
.section-working-out .image-wrapper-sticky picture {
	margin-top: -52px;
}

@media only screen and (max-width: 1068px) {
	.section-working-out .image-wrapper-sticky picture {
		margin-top: -26px;
	}
}

/* In the Kitchen */
.section-in-the-kitchen .headline {
	line-height: 0.8em;
}

/* Winding Down */
.section-winding-down .headline {
	line-height: 0.8em;
}
@media only screen and (min-width: 1200px) {
	.section-winding-down .main-tile .hey-siri .typography-headline-elevated {
		width: 440px;
	}
}

/* Headlines */
@media only screen and (min-width: 1201px) {
	.typography-section-headline {
		font-size: 213px;
		line-height: 0.8em;
	}
}
@media only screen and (min-width: 1069px) and (max-width: 1200px) {
	.typography-section-headline {
		font-size: 193px;
		line-height: 0.8em;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-section-headline {
		font-size: 140px;
		line-height: 0.8em;
	}
}
@media only screen and (max-width: 734px) {
	.typography-section-headline {
		font-size: 65px;
		line-height: 0.8em;
	}
}
@media only screen and (max-width: 344px) {
	.typography-section-headline {
		font-size: 60px;
	}
}

/* Smart Home Siri Does This Header */
.section-siri-does-this .utterance-tag-icon.smart-home + span {
	max-width: none;
}
html.text-zoom .section-siri-does-this .utterance-tag-icon.smart-home + span {
	max-width: unset;
}

/* Routers */
@media only screen and (min-width: 1069px) {
	.section.section-routers .router-container .router .headline {
		font-size: 40px;
	}
}

@media only screen and (max-width: 900px) {
	.section.section-routers .router-container .router .headline {
		font-size: 26px;
	}
}
