
* {
  margin: 0 auto;
  padding: 0
}



.text {
 /* background: rgba(125,125,125,.5);
  padding: 20px;*/  
}
.height{height: 400px}
#background_cycler {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; 
}

#background_cycler .img {
  position: absolute;  
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

#background_cycler .img.active { z-index: 3; }
