#hero {
	margin-top: 14px;
	height: 100% !important;
}

body,
html {
	overflow-x: hidden;
	width: 100%;
}

#hero iframe {
	width: 100%
}

@media screen and (max-width: 567px) {
	#hero iframe {
		max-height: 250px;
	}
}