#main-banner {
    margin-bottom: 0px;
}

.tworow-wrapper {
    width: 100%;
    float: left;
    background-image: url('/images/overview/welcome-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

.tworow {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .tworow.odd {
    }

    .tworow.even {
    }

.row-one {
    width: 40%;
    float: left;
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}

.row-two {
    width: 60%;
    float: right;
    min-height: 350px;
    padding: 0 0 15px 15px;
}

@media only screen and (max-width: 860px) {
    .row-one {
        width: 100%;
        float: left;
        min-height: 350px;
    }

    .row-two {
        width: 100%;
        float: left;
        min-height: 350px;
        padding: 0;
    }
}
