
@media print,screen and (min-width: 48em) {
  .l-header__menu-wrap {
    position: relative;
    width: 150%;
    left: -240px;
  }
}
