.root, html, body {
    width: 100%;
    margin: 0 auto;
    background: #CDCECF;
    max-width: 1600px;
    min-width: auto!important;
}
.row {
    max-width: initial;
}