.bimba-header {
  width: 100vw;
  height: 100vh;
}

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

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

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

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

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

.videowrapper  {
  text-align: center;
}

.videowrapper > video {
  width: 85%;
}

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

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

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

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

#anchor-color {
  color: #ff8562;
}

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

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

  .header-text {
    height: 75vh;
    width: 100vw;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://www.dropbox.com/s/k8upr1lij04ay48/bimba-header-text-desktop.png?raw=1);
    margin-top: 10vh;
  }

  .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;
  }

  .videowrapper {
    display: none;
  }

  .mobilewrapper {
    display: block;
  }
}

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

  .header-text, .header-text > svg {
	display: none;
    opacity: 0;
    visibility: hidden;
  }

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

  .header-text-mobile > img, .header-text-mobile > svg {
    height: 75vw;
  }

  .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;
  }

  .videowrapper {
    display: none;
  }

  .mobilewrapper {
    display: block;
  }

}
