@media only screen and (max-width: 981px) {
    .et-db #et-boc .et-l .lead-gen-hero {
        height: 75vh;
    }
    .et-db #et-boc .et-l .lead-gen-content-row {
        height: 100%;
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        z-index: 3;
        padding: 0 10%;
    }
    .et-db #et-boc .et-l .lead-gen-content-row:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 /50%);
    }
}