.splash-header {
  position: relative;
  padding-top: var(--sp4);
  margin-bottom: var(--sp4);
  height: 34rem;
  max-height: 80vh;

  .background {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 0;
    object-fit: cover;
  }

  .formerly-tag {
    position: absolute;
    top: var(--sp2);
    right: var(--sp2);
    width: 7.5rem;
  }
}
