.hero::before,
.hero-mark,
.hero-mark img {
  pointer-events: none !important;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero-actions {
  position: relative;
  z-index: 4;
  pointer-events: auto;
}

.hero-actions a,
.hero-actions button {
  pointer-events: auto;
  touch-action: manipulation;
}
