/* Enter Your Custom CSS Here */
.spam-prevention { display: none; }

#page_hero{
		min-height:500px;
}

@media screen and (max-width:1200px){
	#page_hero{
		min-height:300px;
	}
}