.hero > * {
  position: relative;
  z-index: 1;
}

.hero::after {
  z-index: 0;
  pointer-events: none;
}
