@media all and (max-width: 1300px) {

    .box-large-outer {
        display: block;
        float: none;
        width: auto;
    }

    .box-content {
        padding: 0;
    }

}

@media all and (max-width: 1024px) {

    .box-sidebar,
    .box-content {
        display: block;
        float: none;
        width: auto !important;
    }

    .box-sidebar {
        margin-bottom: 20px;
    }

    .box-large {
        margin-right: 0;
        margin-left: 0;
    }

}