/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

#myCarousel{
    max-width: 2100px;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}

/* Carousel base class */
.carousel {
   
}

.carousel-inner{
    height: inherit !important;
}

/* 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: none !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

.img-carousel{
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}