/*Local Fixes*/

/* hero headline */
@media only screen and (max-width: 320px) {
	.typography-headline-super {
		font-size: 42px;
	}
}

/*Section Tools*/
@media only screen and (min-width: 367px) {
	.page-overview .section-tools .thumbnail-copy {
		width: 225px;
	}
}

/* Screen localizations */

@media only screen and (max-width: 734px) {
	.page-overview .section-hero figure.icon-keynote {
		margin-bottom: 20px;
	}
}
