.variation-bg-section {
  background-color: antiquewhite;
  .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 54%;
    overflow: hidden;
    @media screen and (min-width: 990px) {
      padding-top: 48.5%;
    }
  }

  .image-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .image-background--mobile {
    display: none;
    @media screen and (max-width: 480px) {
      display: block;
    }
  }

  .image-background--desktop.has--mobile {
    display: block;
    @media screen and (max-width: 480px) {
      display: none;
    }
  }

  .video-container .video-text {
    padding: 0 0.5rem;
    color: #ffffff;
    font-family: Arboria-Bold;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0.5rem;
    z-index: 1;
    @media screen and (min-width: 1280px) {
      font-size: 12.4rem;
      padding: 0 4rem;
      letter-spacing: -2px;
    }
  }

  .video-container .video-text span {
    display: block;
    font-size: 1.6rem;
    margin-top: 20px;
    @media screen and (min-width: 1280px) {
      font-size: 7rem;
      letter-spacing: -3px;
    }
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
