/* HTML ELEMENTS */
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 450px;
	position: absolute;
	top: 0px;
	left: 0px;
}

@media only screen and (max-width: 600px) {
	
	.headerimg {
		background-position: 65%;
}
   
}

