/* Apertura ordinata per le due immagini di Ferrara; ritmo editoriale per la galleria. */
.gallery {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 270px;
}

.gallery figure,
.gallery figure.ferrara-photo {
  grid-column: span 6 !important;
  height: auto;
  background: #16191c;
}

.gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery figure.ferrara-photo img {
  object-position: center bottom;
}

.gallery figure:nth-child(3) { grid-column: span 7 !important; }
.gallery figure:nth-child(4) { grid-column: span 5 !important; }
.gallery figure:nth-child(5) { grid-column: span 5 !important; }
.gallery figure:nth-child(6) { grid-column: span 7 !important; }
.gallery figure:nth-child(7) { grid-column: span 4 !important; }
.gallery figure:nth-child(8) { grid-column: span 8 !important; }
.gallery figure:nth-child(9) { grid-column: span 7 !important; }
.gallery figure:nth-child(10) { grid-column: span 5 !important; }

.gallery figure:nth-child(5) img { object-position: center 30%; }
.gallery figure:nth-child(7) img { object-position: center 35%; }

@media (max-width: 600px) {
  .gallery {
    display: block;
  }

  .gallery figure,
  .gallery figure.ferrara-photo {
    height: 260px;
    margin-bottom: 12px;
  }

  .gallery figure.ferrara-photo img {
    object-fit: contain;
  }
}
