.photoGrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: -1rem;
  margin-right: -8px;
}
.photoGrid_item {
  width: -webkit-calc(50% - 8px);
  width: calc(50% - 8px);
  margin-right: 8px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.photoGrid_itemLink,
.photoGrid_itemImage,
.photoGrid_itemCaption {
  display: block;
}
.photoGrid_itemImage {
  max-width: 100%;
}
.photoGrid_itemCaption {
  margin-top: 0.5rem;
  color: #373737;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 3rem;
}

/*# sourceMappingURL=../maps/component/photoGrid.css.map */
