/* Hero Headline */
@media only screen and (max-width: 375px) {
	.typography-headline-video {
		font-size: 32px;
	}
	.typography-headline-standalone {
		font-size: 32px;
	}
}

/* Hero messaging */

@media only screen and (max-width: 350px) {
	.section-hero .anim-links.links-wrapper {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Standalone Headlines */

@media only screen and (max-width: 420px) {
	.section-content .typography-headline-standalone {
		font-size: 36px;
	}
}
