#carouselExample {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.carousel-inner img {
    width: 100%;
    height: auto;
    max-height: 600px; 
    object-fit: contain; 
}
