
.carousel-item {
     height: 600px;
 }

 .carousel-item img {
     height: 100%;
     object-fit: cover;  /* Prevents stretching by cropping the edges */
 }
