#slides {
  position: relative; transition: all 0.3s ease;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  text-shadow: none;
  width: 15px;
  height: 15px;
  margin: 10px;
  border: 2px solid #fff;
  border-radius: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=);
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a:-webkit-any-link {
  color: -webkit-link;
  cursor: auto;
  text-decoration: underline;
}
.slides-pagination a.current {
  background: white;
}
.wide-container { height: 800px; }
.container {
  position: relative;
  width: 100%;
  left: 0;
  top: 45%;
  text-align: center;
}
h1 {
  font-weight: 100;
  font-size: 300%;
  color: white;
  text-shadow: 0 0 10px #333;
  text-align: center;
  letter-spacing: 10px;
}
h1 a { color: #fff; }
@media screen and (max-width: 768px) {
  .wide-container { height: 450px; }
  .container { }
  h1 { font-size: 150%; }
}
@media screen and (max-width: 480px) {
  .wide-container { height: 275px; }
  .container { }
  h1 { font-size: 100%; }
}

