#hero {
  width: 100%;
  /*max-height: 1025px;*/
  margin: 0 auto;
  padding: 0;
  position: relative;
  zoom: 1;
  overflow: hidden;
}

#hero img {
  width: 100%;
}

@media all and (max-width: 768px) {
  #hero {
    height: 50vw;
  }
}

.slides {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.slides li {
  position: relative;
}

.slides img {
  width: 100%;
  display: block;
}

.hero-caption {
  color: #000;
  flex-direction: column;
  font-family: 'Tungsten';
  text-transform: uppercase;
  font-size: 8vw;
  line-height: 0.8em;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0px;
  z-index: 1000;
}

.hero-caption.hero-1 {
  left: 0.75em;
  top: 1em;
  width: 3.5em;
}

.hero-caption.hero-2 {
  left: 1.25em;
  top: 2em;
  width: 10em;
}

.hero-caption.hero-3 {
  left: 8.25em;
  right: 0.5em;
  top: 1.25em;
  font-size: 5vw;
}

.hero-caption.hero-4 {
  left: 8.25em;
  right: 0.5em;
  top: 1.25em;
  font-size: 5vw;
}

.hero-caption.hero-5 {
  left: 1.25em;
  top: 1.75em;
  width: 10em;
}

.arrow {
  height: 1vw;
  position: absolute;
  bottom: 4em;
  left: 48%;
  margin: 0 auto;
}
