/*  Set your height and width of the header div & img div */
#hs-headers{
	width:100%;
	height:480px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:1;
	/*padding-bottom: 26.0416667%;*/
}

.headerimg{
	width:100%;
	height:480px;
	/*padding-bottom: 26.0416667%;*/
}

/**** DO NOT EDIT BELOW HERE *****/
#hs-headers{
    overflow: hidden;
    position: relative;
}

.headerimg{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.headerimg.first{
	display: block;
}
.headerimg {
	background-position: center top;
	/*background-size:contain;
	background-position:center;*/
}