.PhotoGalleryHomepageWidget {
  padding: 0;
}
.PhotoGalleryHomepageWidget .photoGrid {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.PhotoGalleryHomepageWidget .photoGrid_item {
  width: -webkit-calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
}
.PhotoGalleryHomepageWidget .photoGrid_item:nth-child(2n) {
  margin-right: 0;
}
.PhotoGalleryHomepageWidget .photoGrid_item:last-child {
  margin-bottom: 0;
}
.PhotoGalleryHomepageWidget .photoGrid_itemCaption:after {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 4.25rem;
  height: 4.25rem;
  margin: auto;
  background-image: url("/themes/mobile/img/gallery_zoom.png");
  background-position: center;
  background-repeat: no-repeat;
}

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