.pane {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100vh;
}

.tabs-menu {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
}

.tabs-content {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.background-video {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100vh;
}

.background-video-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
}

.background-video-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
}

.background-video-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
}

.tab-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 4px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.tab-link.w--current {
  background-color: #fff;
  color: #000;
}

.body {
  background-color: #1b1b1b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.tabs {
  width: 100vw;
  height: 100vh;
}

.div-block {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.background-video-5 {
  z-index: 0;
  height: 100vh;
  opacity: 0.77;
}

.section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 12;
}

.text-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 12;
}

.heading {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 12;
  margin-right: 10px;
  margin-left: 10px;
  padding: 2px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff0b0b;
  border-radius: 20px;
  background-color: transparent;
  color: red;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.clock {
  position: absolute;
  left: 0%;
  top: auto;
  right: 2%;
  bottom: auto;
  margin-top: 10px;
  margin-right: 25px;
  background-color: transparent;
  color: #ff0b0b;
  text-align: right;
}

.heading-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.heading-2.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 50px;
  font-weight: 100;
}

.italic-text {
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 479px) {
  .tabs-menu {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .tabs-content {
    width: 100vw;
    height: 100vh;
  }

  .background-video {
    width: 100vw;
    height: 100vw;
  }

  .background-video-2 {
    width: 100vw;
    height: 100vw;
  }

  .background-video-3 {
    width: 100vw;
    height: 100vw;
  }

  .background-video-4 {
    width: 100vw;
    height: 100vw;
  }

  .tab-link {
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
  }

  .tabs {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-video-5 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100vw;
  }

  .section {
    display: block;
  }

  .clock {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 200px;
    height: 200px;
    margin-right: 35px;
    padding-right: 20px;
  }

  .heading-2 {
    display: none;
  }
}