/* Local overrides */

/* Content container */

@media only screen and (max-width: 350px) {
	.section-content {
		width: 96%;
	}
}

/* Hero copy */
@media only screen and (max-width: 350px) {
	.section-hero .intro {
		width: 82.5%;
	}
}
