@media (max-width: 48rem) {
  .lux-hero--theme-13 .lux-hero__media img {
    object-position: center;
    filter: saturate(.9) contrast(.96) brightness(1.02);
  }

  .lux-hero--theme-13 .lux-hero__shade {
    background:
      linear-gradient(180deg, rgba(242, 238, 230, .5) 0%, rgba(242, 238, 230, .14) 34%, rgba(242, 238, 230, .24) 57%, rgba(242, 238, 230, .86) 100%),
      linear-gradient(90deg, rgba(242, 238, 230, .32), transparent 82%);
  }

  .lux-hero--theme-13 .lux-hero__bottom h1 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.25rem;
  }

  .lux-hero--theme-13 .lux-hero__bottom h1 span {
    flex: 0 1 auto;
    justify-self: auto;
    font-size: clamp(2.85rem, 13vw, 3.55rem);
    line-height: .88;
  }

  .lux-hero--theme-13 .lux-hero__bottom h1 em {
    flex: 0 0 auto;
    justify-self: auto;
    margin: 0;
    font-size: clamp(4.4rem, 22vw, 5.9rem);
    line-height: .7;
  }
}
