@media only screen and (min-width: 390px) {
	br.xs-only {
		display: none;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .video-wrapper {
		top: 96px;
		height: calc(100vh - 96px);
	}
}
