/* Local Overrides */

@media only screen and (max-width: 425px) {
	.section-iphone-mirroring .typography-headline-super {
		font-size: 44px;
	}
}

@media only screen and (max-width: 375px) {
	.section-iphone-mirroring .typography-headline-super {
		font-size: 37px;
	}
}

/* Hero Section */

@media only screen and (max-width: 374px) {
	section.section.section-hero.animate
		h1.typography-headline-standalone.hero-headline.custom-font-size {
		font-size: 43px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
	section.section.section-hero.animate
		h1.typography-headline-standalone.hero-headline.custom-font-size {
		font-size: 45px;
	}
}

/* Section Features */

@media only screen and (max-width: 374px) {
	#section-universal-clipboard
		div.column.large-centered.large-12
		h2.typography-headline-super.custom-font-size {
		font-size: 46px;
	}
}
