#page{
    width:100vw;
    overflow-x: hidden; 
    max-width:100%;
}
.header, .site_footer{
    width:100%;
    max-width:1368px;
    margin:0 auto;
}
.region,
.content-wrapper{
    width: 90vw;
    max-width:920px;
    margin:0 auto;
}
.region.region-content {
    margin-top: 30px;
}
.header {
    position: relative;
}

.region.region-header {
    position: relative;
}

.main-content {
    min-height: 360px;
}