/* ================================
   Page Hero: Base
================================== */
.page-hero { 
	background-repeat: no-repeat;
	background-size: cover;
	height:550px;
}

@media (max-width: 1000px) {
	.page-hero {
		height: 300px;
	}
}