/*Local Overrides*/
@media only screen and (max-width: 420px) {
	h1.typography-headline-super {
		font-size: 38px;
	}
}
@media only screen and (max-width: 330px) {
	h1.typography-headline-super {
		font-size: 36px;
	}
}
