.carousel-img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    /* Ensures the image is fully visible without cropping */
}

/* Optional: Ensure the slider section itself doesn't have a fixed height if any */
.slider-section {
    height: auto !important;
}