body {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

h1 {
  font-weight: 700;
  margin: 0;
  font-size: 3rem;
  margin-top: 0px;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
.video-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0);
  overflow: hidden;
  container-type: inline-size;
}
.video-hero__video {
  position: absolute;
  opacity: 0.3;
  width: 100cqw;
  height: 56.25cqw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100cqh;
  min-width: 177.77cqh;
}

.video-hero__content {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.video-hero__heading {
  margin: 0;
  font-weight: 400;
}

.video-hero__text {
  font-weight: 400;
  font-size: 1.5rem;
}

.video-hero__separator {
  width: 1px;
  height: 28px;
  background-color: #fff;
  margin: 1rem auto;
}
