.oc__block.oc__block__hero-video-layout {
  position: relative;
}

@media (min-width: 768px) {
  .oc__block.oc__block__hero-video-layout {
    min-height: 100vh;
  }
}

.oc__block__hero-video-layout
.oc__block__hero-video-layout__video {
  position: relative;
  width: 100%;
  height: 70vw;
}

@media (min-width: 768px) {
  .oc__block__hero-video-layout
  .oc__block__hero-video-layout__video {
    position: fixed;
    height: 100vh;
    max-height: unset;
    top: 0;
  }
}

.oc__block__hero-video-layout
.oc__block__hero-video-layout__video__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.oc__block__hero-video-layout
.oc__block__hero-video-layout__video__placeholder {
  display: none;
}

@media (prefers-reduced-motion) {
  .oc__block__hero-video-layout
  .oc__block__hero-video-layout__video__placeholder {
    display: block;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.oc__block__hero-video-layout
.oc__block__hero-video-layout__content {
  background: var(--oc--color--hope-light-blue);
  padding: var(--oc--spacing--10);
}

@media (min-width: 768px) {
  .oc__block__hero-video-layout
  .oc__block__hero-video-layout__content {
    position: absolute;
    width: 50vw;
    max-width: 450px;

    /* Header height. */
    top: 180.34px;
    left: var(--oc--spacing--20);

    background: none;
  }
}
