@media all and (min-width: 1367px) {
    .master-wrapper-page > .header {
        width: 95%;
    }
}

@media (min-width: 1001px) {
    .master-wrapper-content {
        width: 95% !important;
        margin: auto;
    }

    .master-column-wrapper {
        width: 100% !important;
    }
}
