.hero-fixed {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100vh;
}

.content-over-hero {
  position: relative;
  z-index: 10;
}