.galleries {
  padding: 0;
}

.galleries li {
  list-style: none;
  margin-bottom: 32px;
}

.galleries a {
  margin-bottom: 16px;
  display: inline-block;
}

.galleries img {
  display: block;
}

.thumbnails {
  max-width: 100%;
  overflow: scroll;
  white-space: nowrap;
}

.thumbnails a {
  margin: 4px;
  display: inline-block;
}

.thumbnails img {
  display: block;
}

.gallery {
  padding: 0;
}

.gallery li {
  list-style: none;
  margin-bottom: 16px;
}

.gallery p {
  margin-bottom: 32px;
}

.gallery img {
  max-width: 100%;
  max-height: 90vh;
  display: block;
  margin: auto;
}

.gallery__image {
  background-color: var(--platinum);
}
