.galleryThumbnailRow {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  justify-content: flex-start;
}

.galleryThumbnail {
  aspect-ratio: 1 / 1; 
  min-width: unset;
}

.galleryMain {
  /* Account for padding * 2 in height calculation */
  min-height: calc(100% - 20px) !important;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.galleryMain img{
  object-fit: contain;
  border-radius: 10px;
  width: unset !important;
}

