@layer component {
  theme-parallax {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
  }

  theme-parallax-layer {
    position: absolute;
    inset-block: -30px 0;
    inset-inline: 0;
    height: 130%;
  }
}
