#heroCarousel .carousel-item {
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}

#heroCarousel .carousel-caption h2 {
  text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #heroCarousel .carousel-item {
    height: 40vh !important;
  }
}

@media (max-width: 768px) {
  #heroCarousel .carousel-caption h2 {
    font-size: 1.5rem;
  }
}

