.gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.facebook-photo .art { height: 395px; background: #1b1b1b; }
.facebook-photo .art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.facebook-photo:nth-child(1) { grid-column: span 2; }
.facebook-photo:nth-child(1) .art { height: 510px; }
.facebook-photo:nth-child(1) .art img { object-position: center 34%; }
.facebook-photo:nth-child(2) .art img { object-position: center; }
.facebook-photo:nth-child(3) .art img { object-position: center; }
.facebook-photo:nth-child(4) .art img { object-position: center; }
.facebook-photo:nth-child(5) .art img { object-position: center; }
@media (max-width: 720px) { .gallery { grid-template-columns: 1fr; gap: 32px; } .facebook-photo:nth-child(1) { grid-column: auto; } .facebook-photo .art, .facebook-photo:nth-child(1) .art { height: 440px; } }
