body {
  background-color:  #fbd99d;
}

.header {
  height: 100vh;
  margin-bottom: 2vw;
}

.header-image {
  width: 100%;
  height: 100%;
}

.header-image > img {
  width: 100%;
  height: 100%;
}

.header-text {
  position: absolute;
  width: 80vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-text > img {
  width: 100%;
}

.header-logo {
  position: absolute;
  margin-left: 2vw;
  top: 1.5vw;
  z-index: 9999;
}

.header-logo > a > img {
  width: 5.5vw;
  position: fixed;
}

.header-image-mobile {
  display: none;
}

.header-text-mobile {
  display: none;
}

.name {
  width: 100%;
  text-align: center;
}

.name-1 > img {
  width: 47%;
}

.video {
  width: 100%;
}

.video > video {
  width: 100%;
}

.name-2 > img {
  width: 55%;
}

.name-3 > img {
  width: 35%;
}

.mobilewrapper {
  display: none;
  text-align: center;
}

.mobilewrapper > video {
  border: none;
  width: 100vw;
  height: 57vw;
}

@media screen and ( orientation: landscape ) and ( max-width: 812px ) {

  .header-text-mobile {
    display: none;
  }

  .header-text {
    height: 75vh;
    width: 90vw;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url( https://s3-ap-southeast-1.amazonaws.com/buro247/hermes/mobile-header.png);
    margin-top: 12vh;
  }

  .header-text > img {
    display: none;
  }

  .header-logo {
    width: 100vw;
    margin-left: 0;
    top: 0;
    text-align: center;
    margin-top: 4vh;
  }

  .header-logo > a > img {
    width: 5.5vw;
    position: relative;
  }

  .video {
    display: none;
  }

  .mobilewrapper {
    display: block;
  }

}

@media screen and (max-width: 479px) {

  .header-text {
    display: none;
  }

  .header-text-mobile {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .header-text-mobile > img {
    width: 90vw;
  }

  .header-logo {
    width: 100vw;
    margin-left: 0;
    top: 0;
    text-align: center;
    margin-top: 5vh;
  }

  .header-logo > a > img {
    width: 15vw;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
  }

  .video {
    display: none;
  }

  .mobilewrapper {
    display: block;
  }

}
