#myCarousel {
    height: 400px;
    max-height: 400px;
}

#myCarousel .carousel-inner {
    height: 100%;
}

#myCarousel img {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
}