#carouselHero .carousel-item img {
  object-fit: cover;
  object-position: center;
  max-height: 85vh;
  overflow: hidden;
}

#carouselHero .carousel-item:before {
  content: "";
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
}
