/* parallax
======================== */

.parallax--bg {
  transition: initial;
}

/* Hero section
========================= */

.hero-holder {
  height: 25.1vw;
  position: relative;
  overflow: hidden;
  background: transparent;
  margin: 0px;
}

.header-container {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  padding-top: 0vh;
  width: 100%;
  height: 25vw;
  z-index: 1
  vertical-align: bottom;
}

.header-container2 {
  display: initial;
  position: absolute;
  top: 0px;
  left: 0;
  padding-top: 0vh;
  width: 100%;
  height: 20vw;
  z-index: 1
  vertical-align: bottom;
}

.hero-bg-1 {
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  transition: initial;
}

.hero-bg-2 {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  transition: initial;
    display: none;
}

.hero-bg-3 {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  transition: initial;
    display: none;
}

.hero-click {
  display: block;
  width: 100%;
  height: 20vw;
}

.title {
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 1.5em;
  margin-top: 1em;
}

.title span {
  font-weight: 300;
  display: block;
  font-size: .6em;
}

@media (min-width 60rem) {
  .header-container {
    padding-top: 35vh;
    vertical-align: top;
    //height: 100vh;
  }

  .hero-bg-1 {
    background-size: cover;
  }

  .hero-bg-2 {
    background-size: cover;
  }

  .hero-bg-3 {
    background-size: cover;
  }

  .title {
    font-size: 2rem;
  }
}
