.carouselImageWrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 13/9; /* keeps the ratio consistent */
}

@media (max-width: 991px) {
  .carouselImageWrapper {
    aspect-ratio: 4/3; /* slightly taller on tablets/mobiles */
  }
}
