/**
 * @file
 * layout styles above 1920
 */
body,
.site-wrapper,
.site-header {
  max-width: 1920px;
  margin: 0 auto;
}
