

/* CSS from section stylesheet tags */
@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr) !important; gap: .75rem !important; }
}
.gallery-item img{ width: 100%; height: auto;}