#historia-fotos .photo-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.75rem !important;
}

#historia-fotos .photo-grid .gallery-thumb-btn {
  display: block !important;
  flex: 0 0 calc(20% - 0.75rem) !important;
  width: calc(20% - 0.75rem) !important;
  min-width: 120px !important;
  max-width: none !important;
  height: 110px !important;
}

#historia-fotos .photo-grid .gallery-thumb-btn img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

@media (max-width: 1400px) {
  #historia-fotos .photo-grid .gallery-thumb-btn {
    flex-basis: calc(25% - 0.75rem) !important;
    width: calc(25% - 0.75rem) !important;
  }
}

@media (max-width: 980px) {
  #historia-fotos .photo-grid .gallery-thumb-btn {
    flex-basis: calc(50% - 0.6rem) !important;
    width: calc(50% - 0.6rem) !important;
    min-width: 110px !important;
    height: 96px !important;
  }
}
