.custom-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
}

.custom-gallery .fusion-imageframe img {
  height: 100%;
  max-height: 133px;
}
