.db-slideshow { position: relative; overflow: hidden; background: #2A2C3B; }
.db-slideshow .db-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
position: relative; background: #f99d1c no-repeat 50% 50%; 
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.db-slide-active { z-index: 1; }
.db-slide-passive {  }