  /* Responsive width: 90% on notebook/small desktop, 80% on large screens */
  .w-responsive { width: 95%!important; }
  @media only screen and (min-width: 1451px) {
      .w-responsive { width: 80%!important; }
  }
.w-responsive .row
{
    margin-left: 0;
    margin-right: 0;
}
