.subPages {
  -webkit-columns: 2;
          columns: 2;
  width: 40%;
  margin: auto;
  list-style: none;
  padding-left: 0px !important;
}
.subPages_link::before {
  content: '— ';
}
.photoGrid {
  zoom: 1;
  margin-top: 2rem;
  margin-bottom: 20px;
}
.photoGrid:after,
.photoGrid:before {
  content: "";
  display: table;
}
.photoGrid:after {
  clear: both;
}
.photoGrid_item {
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 20px -webkit-calc((1136px - 190px * 4) / 8);
  margin: 20px calc((1136px - 190px * 4) / 8);
}
.photoGrid_item:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.photoGrid_itemLink {
  display: block;
}
.photoGrid_itemImage {
  display: block;
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #48abff;
}
.photoGrid_itemOverlay {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: 40px;
  background: rgba(255,255,255,0.8);
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #101212;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.photoGrid_item:hover .photoGrid_itemOverlay {
  opacity: 1;
}
.photoGrid_iconZoom {
  width: 33px;
  height: 32px;
  margin: 0 auto;
  color: #217dcc;
}
.photoGrid_itemCaption {
  box-sizing: content-box;
  padding: 1rem 1rem;
  color: #0b69b9;
  font-weight: 300;
  font-size: 16px;
  line-height: 17px;
  text-decoration: underline;
  max-height: 1088px;
  overflow: hidden;
  word-wrap: break-word;
  display: block;
  text-align: center;
}

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