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

.headerimg{
	width:100%;
	height:0;
	padding-bottom:50.877193%;
}

/**** 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: right top;*/
	background-size:contain;
	background-position:center;
}