#kplw-landing-page {
  & layout-wrapper-inner {
    display: flex;
    flex-direction: column;
    background-image: url("https://asset7.net/Zagula/Smart/KPLW/kplw-bg-wide-angle-plain.webp");

    @media (width >= 992px) {
      background-image: url("https://asset7.net/Zagula/Smart/KPLW/kplw-bg-wide-angle.webp");
    }

    & content-wrapper {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      background-image: url("https://asset7.net/Zagula/Smart/KPLW/kplw-hero-text-mobile-v2.svg");
      background-position: top, top;
      background-repeat: no-repeat, no-repeat;
      background-size: cover, cover;

      @media (width >= 992px) {
        background-image: url("https://asset7.net/Zagula/Smart/KPLW/kplw-hero-text-desktop-v2.svg");
      }
    }
  }
}
