.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
	height:524px;
	position:absolute;
}
@media (min-width: 992px ) {
	.headerimg {
		height:524px;
	}		
}

@media (min-width: 768px) and (max-width: 991px ) {
	.headerimg {
		height:424px;
	}
}

@media (max-width: 767px) {
	
	.headerimg {
		height:224px;
	}

}