.photoGrid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: -16px;
  margin-right: -16px;
}
.photoGrid_item {
  margin: 0;
  padding: 0;
  margin-right: 16px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.photoGrid_itemLink,
.photoGrid_itemImage {
  display: block;
}
.photoGrid_itemCaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photoGrid_itemCaption:after {
  content: "";
  background-image: url("/themes/comp1/img/imgzoom.png");
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: block;
  width: 24px;
  height: 24px;
}
.photoGrid_item:hover .photoGrid_itemCaption {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

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