div.gallery_cont {
  margin-bottom: calc(24px*2);
}
div.gallery_cont h2.gallery_title {
  font-size: 2em;
}
div.gallery_cont div.intro {
  background: rgba(0, 0, 0, 0.02);
  padding: 24px;
  border-radius: calc(24px/6);
  margin-bottom: 24px;
}
div.gallery_cont ul.gallery_grid {
  display: grid;
  grid-gap: 24px;
  padding: 0;
}
div.gallery_cont ul.gallery_grid#standard_grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
div.gallery_cont ul.gallery_grid#standard_grid a img {
  object-fit: cover;
  width: 100%;
  max-height: 326px;
}
div.gallery_cont ul.gallery_grid#bf_grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
div.gallery_cont ul.gallery_grid li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=gallery.css.map */
