/* Reference (/reference) — doplňky k dovoz-sekce.css.
   Fotografie zákazníků: viditelné SPZ jsou rozmazané. */

.ds-page .ds-gallery img {
  aspect-ratio: 1 / 1;
}

@media (min-width: 981px) {
  .ds-page .ds-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
