@media only screen and (max-width: 576px) {
  div#main, div.highlighted aside{
    max-width:100% !important;
  }
}

@media only screen and (min-width: 576px) {
  div#main, div.highlighted aside {
    max-width:540px !important;
  }
}

@media only screen and (min-width: 768px) {
  div#main, div.highlighted aside {
    max-width:720px !important;
  }
}

@media only screen and (min-width: 992px) {
  div#main, div.highlighted aside {
    max-width:960px !important;
  }
}

@media only screen and (min-width: 1200px) {
  div#main, div.highlighted aside {
    max-width:1140px !important;
  }
}

@media only screen and (min-width: 1400px) {
  div#main, div.highlighted aside {
    max-width:1320px !important;
  }
}