#wrapper{ max-width: 960px; margin: 0 auto; }

.slider-wrap {
  width: 100%;
}
.slider {

overflow: hidden;
overflow-x: scroll;
-webkit-overflow-scroll: touch;
}
.holder {

white-space: nowrap
}
.slide {
display: inline-block;
width: 100%;
padding-bottom: 56.25%; /* 16:9 */
}
.temp {
  position: absolute;
  color: white;
  font-size: 100px;
  bottom: 15px;
  left: 15px;
  font-family: 'Josefin Slab', serif;
  font-weight: 100;
}
#slide-0 {
  background-image: url(1.png);
  background-repeat: no-repeat;
  background-position:50% 50%; 
  background-size: 125%;
}
#slide-1 {
  background-image: url(2.png);
  background-repeat: no-repeat;
  background-position:50% 50%; 
  background-size: 125%;
}
#slide-2 {
  background-image: url(3.png);
  background-repeat: no-repeat;
  background-position:50% 50%; 
  background-size: 125%;
}
.slide:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(transparent, black);
}
.slider-nav {
  text-align: center;
  margin: 10px 0 0 0;
}
.slider-nav a {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ddd;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
}
.slider-nav a.active {
  background: #999;
}