/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.caroselloProgetti {
    height: 100%;
}
.caroselloProgetti .swiper-slide img {
    height: 465px !important;
    object-fit: cover;
}
.slider-caption {
    color: #161a45;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and(max-width: 1440px) {
    .caroselloProgetti .swiper-slide img {
        width: 100% !important;
    }
}