#axiomGallery .image-caption {
  display: grid;
  gap: 4px;
}

#axiomGallery .image-caption strong {
  font: inherit;
  font-weight: 700;
}

#axiomGallery .image-caption span {
  opacity: .82;
  font-size: .9em;
}

#videoGallery iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
