/**
 * @file
 * Hero styles for the RRC theme.
 */

.a-page__hero {
  background-color: var(--clr-white);
  @media (orientation: landscape) {
    height: calc(100svh - var(--drupal-displace-offset-top, 0px));
  }
  @media (orientation: portrait) {
    aspect-ratio: 816 / 1282;
  }
}