header .region-header {
    width: 100%;
    float: none;
    max-width: 100%;
}

.layout-container > main {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.layout-container .region-header {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 !important;
}

.restricted-container, .layout-container > .region, .layout-container > header > *:not(.top-bar), .layout-container > header .top-bar > *, .layout-container > main, .layout-container > footer > * {
    max-width: 100%;
    width: 100%;
}

.restricted-container, .layout-container > .region, .layout-container > header > *:not(.top-bar), .layout-container > header .top-bar > *, .layout-container > main, .layout-container > footer > * {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: padding .5s ease-in-out;
}

.views-view-grid .views-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}