.carousel-item img {
    height: 600px; /* お好みの高さに調整 */
    width: 100%;
    object-fit: cover; /* 画像を切り取りつつ枠いっぱいに表示 */
}
