.photoGallery {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
  margin-right: -20px;
  margin-bottom: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.photoGallery_item {
  margin: 0;
  padding: 0;
  width: -webkit-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  margin-right: 20px;
  margin-bottom: 1.5rem;
}
.photoGallery_itemImage {
  display: block;
  width: 100%;
}
.photoGallery_itemImage__placeholder {
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f3e9e9;
  background-size: auto 50%;
  background-image: url("/themes/houses/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.photoGallery_itemImageWrapper {
  display: block;
  margin-bottom: 0.75rem;
}
.photoGallery_itemTitle {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 5.0625rem;
}

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