.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .gallery img {
    display: block; }
  @media (min-width: 1024px) {
    .gallery {
      grid-template-columns: repeat(4, 1fr); } }

/*# sourceMappingURL=block.css.map */
