@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700|Cormorant+Garamond:400,400i,700");
/* line 8, blocks/gallery/style.scss */
.modblock.gallery .wrap .images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 25px 0;
}

/* line 14, blocks/gallery/style.scss */
.modblock.gallery .wrap .images .image {
  position: relative;
  margin: 25px;
  width: calc((1/3) * 100% - 51px);
  min-width: 200px;
  flex-grow: 1;
  height: 100%;
}

/* line 22, blocks/gallery/style.scss */
.modblock.gallery .wrap .images .image a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}

/* line 28, blocks/gallery/style.scss */
.modblock.gallery .wrap .images .image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
