/* Anchor section */
.hero-section {
  position: relative;
  overflow: visible; /* MUST be visible */
}

/* Image column ABOVE carousel */
.hero-image-col {
  position: relative;
  z-index: 10;
}

/* Carousel stays UNDER image */
.hero-carousel-row {
  position: relative;
  z-index: 1;
}
