#background_cycler{padding:0;margin:0;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;}
#background_cycler div{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:white;background-size:cover;background-position:center center}
#background_cycler div.active{z-index:3}

/* Large Desktop only*/
@media screen and (min-width: 1200px) {
	#background_cycler{
		height:760px;
	}
}

/* Desktop and below*/
@media screen and (max-width: 1199px){
	#background_cycler{
		height:610px;
	}
}

/* Tablet and below*/
@media screen and (max-width: 991px){
	#background_cycler{
		height:calc(60vw + 80px);
	}
}

/*Mobile only*/
@media screen and (max-width: 767px) {
	
}