.gallery-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.gallery-column {
  flex: 32%;
  max-width: 33%;
  padding: 0 4px;
}

.gallery-column:first-child {
  padding-right: 4px;
  padding-left: 0px;
}

.gallery-column:last-child {
  padding-left: 4px;
  padding-right: 0px;
}

.gallery .visit-thumbnail {
  margin-top: 8px;
  vertical-align: middle;
  border-radius: 20px;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallery-column {
    flex: 100%;
    max-width: 100%;
  }

}

.fancybox-image {
  border-radius: 4em !important;
}