.carousel-item{
    height: 18rem;
    background-color: black;
    color: white;
    position: relative;
    background-position: center;
    background-size: cover;
}

.container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 50px;
}
.overlay-image{
position:absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
background-position: center;
background-size: 100% 100%;
opacity: 0.9;
}

#myCarousel{
    text-align: center;
    width: 100%;
    margin-top: 2.6rem !important;
}