.path-frontpage .lp-hero-webform:before,
.path-frontpage .lp-hero-parallax:before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  inset: 0;
}