.md-grid {
  max-width: 95%;
}

@media screen and (min-width: 40%) {
  .md-grid {
    max-width: 65%;
  }
}
