.carousel-item .item {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}