

.carousel-item {
    background-color: gray;
    height: 30rem;
}

.img-carousel {
    display: center-block;
    max-width: 80%;
    max-height: 30rem;
}
@media (min-width: 850px) {
    .img-carousel {
        max-width: 70%;
    }
}







