@media (min-width: 901px) {
  .gallery {
    grid-template-columns: repeat(12, 1fr);
  }

  .gallery figure {
    grid-column: span 3;
  }

  .gallery figure:nth-child(n + 5) {
    grid-column: span 4;
  }
}
