html,
body {
  margin: 0px;
  padding: 0px;
  background: rgb(0, 0, 0);
  font-family: roboto, sans-serif;
}
body {
  height: auto;
}
h1 {
  color: rgb(255, 255, 255);
  text-align: center;
}
header {
  height: auto;
  width: 100%;
  display: block;
  background: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(255, 175, 4);
}
.region {
  background: center top / cover rgb(0, 0, 0);
  height: 100vh;
  position: relative;
}
.bg-wrap {
  position: absolute;
  bottom: 0px;
  height: 100vh;
  min-height: 680px;
  width: 100%;
}
.bg-wrap-1 {
  position: relative;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  width: 100%;
}
.bg-wrap-2 {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  bottom: -100px;
}
.region-wrap {
  width: 100%;
  vertical-align: middle;
  top: 45%;
  position: absolute;
  display: none;
}
.region-wrap2 {
  width: 0.1%;
  height: 100vh;
  display: inline-block;
  vertical-align: middle;
}
.re-logo-wrap {
  margin: 0px auto;
  padding: 0px;
}
.re-logo-container {
  margin: 0px auto;
  width: 750px;
  max-width: 95%;
}
.re-icon {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.re-logo {
  width: 300%;
  height: 100%;
}
.re-sel-wrap {
  width: 75%;
  min-width: 110px;
  max-width: 450px;
  display: block;
  margin: auto;
  text-align: center;
}
.test-box {
  width: 32%;
  display: inline-block;
}
.re-sel-box {
  max-width: 140px;
  margin: auto;
}
.re-sel-box a {
  text-decoration: none;
}
.re-sel-box img {
  margin: 0px auto;
  display: block;
  width: 100%;
  cursor: pointer;
  max-width: 100px;
}
.re-sel-box p {
  text-align: center;
  color: rgb(255, 255, 255);
  text-shadow: rgb(0, 0, 0) 1px 1px 1px;
  margin: 5px 15px;
  font-size: 14px;
}
.re-provider-wrap {
  margin-top: 20px;
}
.re-provider-txt {
  text-align: center;
  width: 100%;
  color: rgb(255, 255, 255);
  opacity: 0.5;
  font-weight: 700;
  font-size: 12px;
}
.re-url-txt {
  text-align: center;
  width: 100%;
  color: rgb(255, 255, 255);
  opacity: 0.8;
  font-weight: 700;
  font-size: 26px;
  margin-top: -10px;
}
.re-provider-img-wrap {
  margin: auto;
  width: 836px;
  max-width: 90%;
  text-align: center;
}
.re-provider-img {
  width: 100%;
  max-width: 600px;
}
.re-sound-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
.video-background {
  width: 100%;
  height: 100%;
  margin-left: -14px;
}
.bg-audio {
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url("../img/audio_on_aug2018.png");
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}
.bg-audio.muted {
  background-image: url("../img/audio_off_aug2018.png");
  display: none;
}
@media only screen and (max-height: 1039px) and (min-height: 900px) {
  .bg-wrap-2 {
    bottom: 0px;
    top: -24%;
  }
}
@media only screen and (max-width: 767px) {
  .region {
    background: center top / cover rgb(0, 0, 0);
    height: 100vh;
  }
  .mobile {
    display: block;
    margin-left: 0px;
  }
  .desktop,
  .bg-wrap .bg-wrap-2 video {
    display: none;
  }
  .row {
    padding: 15px;
  }
  .row p {
    line-height: 24px;
  }
  .row a {
    line-height: 24px;
    color: #b1b1b1;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .region {
    background: url("") center top / 100% no-repeat rgb(0, 0, 0);
    height: 100vh;
  }
  .region-wrap {
    width: 100%;
    vertical-align: middle;
    display: none;
  }
  .video-background {
    height: 100%;
    margin-left: 0px;
  }
}
@media (min-device-width: 320px) and (max-device-width: 767px) {
  .bg-wrap-2 {
    width: 300%;
  }
}
@media (min-height: 700px) and (max-height: 900px) {
  .bg-wrap-2 {
    bottom: 0px;
    top: -24%;
  }
}
