#banner-culti img{
    width: 100%;
}
@media(max-width:992px){
    #banner-culti{
        height: 45vh;
    }
    #banner-culti img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}