#page{
    width:100vw;
    overflow-x: hidden; 
    max-width:100%;
    min-height:100vh;
    display:flex;
    flex-direction:column;
}
.header, .site_footer{
    width:100%;
    max-width:1368px;
    margin:0 auto;
}
.content-wrapper{
    width:95%;
    max-width:920px;
    margin:0 auto;
    flex:1;
}

.header {
    position: relative;
}

.region.region-header {
    position: relative;
}

.main-content {
    min-height: 360px;
}