/* Galleries List */
.galleries-list {
  margin-bottom: 2rem;
}

.galleries-list .gallery {
  padding-bottom: 1.8750rem;
}

/* Galleries View */
.gallery-view {
  margin-bottom: 2rem;
}

.gallery-view .description {
  margin-bottom: 1rem;
}

.gallery-view .images {
  margin-bottom: 2rem;
}

.gallery-view .images .image {
  position: relative;
  margin-bottom: 1.875rem;
}

.gallery-view .images .image img {
  border: 1px solid hsl(0, 20%, 90%);
}
