@media screen and (min-width: 48em) {
    .navigation-top .wrap {
        max-width: 1200px !important;
    }
}

@media screen and (min-width: 30em) {
    .page-one-column .panel-content .wrap {
        max-width: 1200px !important;
    }
}

@media screen and (min-width: 48em) {
    .wrap {
        max-width: 1200px !important;
    }
}
@media screen and (min-width: 48em) {
    .has-sidebar:not(.error404) #primary {
        width: calc(100% - 250px) !important;
    }
}

@media screen and (min-width: 48em) {
    .has-sidebar #secondary {
        width: 200px !important;
    }
}