@media(min-width:1200px) {
    .lead {
        overflow-x: hidden;
    }
    .lead .lead-wrapper .box-lead-wrapper #title {
        font-size:20px;
    }
    .lead.background .img-background {
        object-fit: unset;
        width: 125%;
    }
}