.c-homepage-header {
  --_header-offset: 144px;
  --_drupal-displace-offset-top: var(--drupal-displace-offset-top, 0px);
  --_content-width: var(--content-width, 1280px);

  .container {
    --_aspect-ratio: var(--aspect-ratio, 16/9);
    inline-size: 100%;
    max-inline-size: var(--_content-width);
    margin-inline: auto;
  }

  &[data-full-width] .container {
    /* Safari-safe: constrain width (inline-size) instead of height (block-size) */
    max-inline-size: calc(
      (100dvh - var(--_header-offset) - var(--_drupal-displace-offset-top))
      * var(--_aspect-ratio)
    );
  }

  .video-js {
    height: 0;
  }
}
