.photoGrid {
  zoom: 1;
  margin-right: -16px;
}
.photoGrid:after,
.photoGrid:before {
  content: "";
  display: table;
}
.photoGrid:after {
  clear: both;
}
.photoGrid_item {
  float: left;
  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-color: rgba(18,82,176,0.6);
  background-image: url("/themes/comp1/img/imgzoom.png");
  background-position: top 8px right 8px;
  background-repeat: no-repeat;
  -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: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
}
.photoGrid_item:hover .photoGrid_itemCaption {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

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