/* shorten top banner height for other pages*/

@media (min-width: 768px){
	.hero{
		height: 450px;
		display: none;
	}
	.hero video {
		height: 450px;
	}
	.hero .hero-purchase{
		margin-top:  -200px;
	}
	
}