.headshot-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
}

.headshot-gallery figure {
  width: 100% !important;
  margin: 0 !important;
}

.headshot-gallery img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

@media (max-width: 700px) {
  .headshot-gallery {
    grid-template-columns: 1fr !important;
  }
}