body {
  padding-top: 3rem;
}
.main-content {
  padding: 3rem 1.5rem;
  text-align: center;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 26rem;
}

.carousel-item > img {
    position: absolute;
    left: 0;
    min-width: 100%;
    height: 26rem;
    object-fit: cover;
}