.antares-hero-embed-section {
  background: #0c0c0c;
}

.antares-hero-embed {
  background: #0c0c0c;
  height: 650vh;
  position: relative;
}

.antares-hero-embed__sticky {
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.antares-hero-embed__frame {
  background: #0c0c0c;
  border: 0;
  display: block;
  height: 100%;
  pointer-events: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .antares-hero-embed {
    height: 580vh;
  }
}
