@media only screen and (max-width: 734px) and (min-width: 390px) {
	.section.section-hero br.small {
		display: none;
	}
}
@media only screen and (max-width: 734px) and (min-width: 390px) {
	.section.section-hero br.large {
		display: block;
	}
}
