/* A row of pictures. u2-grid does the wrapping; the item keeps the frame. */
[qcms-mod="cont.luca.gallery"] {
  margin-block: clamp(3rem, 7vw, 6rem);

  .u2-grid {
    --u2-Gap: .6rem;
    --u2-Items-width: 11rem;
  }
}
