@media only screen and (min-width: 1200px) {
  .container {
    width: 100%!important;
  }
}

.container--large {
  max-width: 100%!important;
}