/*
Add quick fixes here

@media only screen and (max-width: 680px) {
  .base-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
}
*/

