.container {
    max-width: none !important;
    width: 75vw !important;
    margin-right: 360px !important;
}

@media only screen and (max-width: 906px) {
    .container {
        width: 100vw !important;
    }
}

@media only screen and (max-width: 1260px) and (min-width: 906px) {
    .container {
        width: 99vw !important;
    }

    .sidebar {
        display: none;
    }
}