.gallery {
  padding: 80px 0 20px 0;
}
@media (max-width: 991.98px) {
  .gallery {
    padding: 40px 0;
  }
}
.gallery figure {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 100%;
  max-width: 100%;
}
.gallery img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gallery-title {
  margin: 30px 0 40px 0;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .gallery-title {
    margin: 20px 0 30px 0;
  }
}/*# sourceMappingURL=gallery.css.map */