.background-video {
  object-fit: contain;
  width: 70%;
  height: 90%;
}

.section-12-copy {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
}

.wrap-number {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrap-number.left-number {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.wrap-number.left-number.center-landscape {
  color: #c9b0ff;
  text-decoration: none;
  transition: all .4s;
}

.wrap-number.left-number.center-landscape:hover {
  opacity: 1;
  filter: brightness(111%);
}

.wrap-number.left-number.center-landscape.center {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.wrap-number.left-number.center-landscape.center.relaitigrgr {
  position: absolute;
}

.bottom-number-thirds {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-number-thirds.left-bottom-number {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-sub-number {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.text-big-number {
  z-index: 2;
  color: #c9b0ff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(62deg, #ceb7ff, #8351f1 49%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 90px;
  font-weight: 500;
  line-height: 110%;
  position: relative;
}

.text-big-number.on-home {
  text-align: center;
  line-height: 130%;
}

.text-big-number.on-home.grgregreger {
  font-size: 50px;
}

.section-13 {
  z-index: 0;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
}

.body {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section-12-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .background-video {
    width: 100%;
    height: 72%;
  }
}

@media screen and (max-width: 767px) {
  .wrap-number.left-number {
    align-self: center;
  }

  .wrap-number.left-number.center-landscape {
    text-align: center;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    overflow: visible;
  }

  .bottom-number-thirds.left-bottom-number.center-landscape {
    justify-content: flex-start;
    align-items: center;
  }

  .text-sub-number {
    font-size: 20px;
  }

  .text-big-number {
    font-size: 90px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    width: 100%;
    height: 50%;
  }

  .section-12-copy {
    height: 90vh;
  }

  .text-big-number {
    font-size: 22vw;
  }

  .text-big-number.on-home {
    font-size: 15vw;
  }

  .text-big-number.on-home.grgregreger.fbff {
    font-size: 37px;
  }

  .section-13 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: block;
  }
}
