article.block-layout>.block-wrapper
{ overflow:auto;
  position:relative;
  display:block;
}

article.block-layout>.block-wrapper>*
{ max-width:1600px;
  margin:0 auto;
}

article.block-layout>.block-wrapper.block-full-width>*
{ max-width:100%;
  margin:0 auto;
}

