/* ----- Large devices -------- */
@media only screen and (min-width: 1920px) {

  .lane {
    max-width: 100vh;
  }

}