.menu.carousel img {
    width: 100%;
    filter: brightness(0.55);
}

.menu.carousel .carousel-caption {
    top: 10%;
    line-height: normal;
}

.menu.carousel a {
    color: #fff;
}

@media (max-width: 767.98px){
    .menu.carousel h5 {
        font-size: 0.8rem;
        margin-bottom: 0 !important;
    }
}