.new-carousel .item {
    width: 100%;
}

.new-carousel .item .inner-bckgrnd {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.new-carousel .item .inner-bckgrnd img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}