:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #090909;
  font-size: 10px;
  overflow: visible;
}

.iframe {
  width: 100%;
  height: 100%;
  background-color: #111;
}

.the-banner-label {
  z-index: 100;
  width: 100%;
  height: 308px;
  background-color: rgba(120, 65, 65, 0);
  justify-content: flex-end;
  display: block;
  position: fixed;
}

.the-label {
  width: 250px;
  background-image: url('../images/Official-Label.png');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: cover;
}

.scroll-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.ads-tech-coppy-right {
  background-color: #111;
  border-color: rgba(255, 255, 255, .22);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 7px;
  line-height: 10px;
}

.html-embed {
  background-color: #111;
}

.left-right {
  z-index: 0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.next {
  width: 50px;
  height: 50px;
}

.back.next {
  display: none;
}

.image {
  transform: rotate(180deg);
}

.heading-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  line-height: 17px;
}

.div-block {
  height: 100px;
}

.body-2 {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .the-banner-label {
    height: 255px;
  }
}

@media screen and (max-width: 479px) {
  .the-banner-label {
    height: 150px;
  }

  .the-label {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }
}
