/* LOCAL OVERRIDES */

/* hero - headline */
@media only screen and (max-width: 350px) {
	.typography-features-hero-headline {
		font-size: 40px;
	}
}

/* icloud photos section */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.page-features
		.section-features
		.features-section
		.features-rowheader
		.features-violator.lifted.longer-headline {
		bottom: 7.26em;
	}
}
