@media (max-width: 992px) {
    #left {
        width: 100%;
        height: 300px;
        background: url(/static/img/home/generic-background-responsive.jpg) center;
        background-size: cover;
        z-index: 2;
        position: absolute;
    }

    #left::after {
        display: none;
    }

    #left h1 {
        font-size: 52px !important;
        line-height: 52px!important;
    }

    #right {
        top: 240px;
        left: 0;
        width: 100%;
        padding: 0 1%;
    }

    #right div {
        padding: 0 20px;
        margin: 24px 0;
    }
}