/* local overrides */

/* custom_large */
@media only screen and (min-width: 1097px) {
	.section-hero br.custom_large {
		display: inline;
	}
}
@media only screen and (max-width: 1096px) {
	.section-hero br.custom_large {
		display: none;
	}
}
