.smallPictures {
  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-right: -1.25rem;
  margin-bottom: -1.25rem;
}
.smallPictures_item {
  margin: 0;
  padding: 0;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
.smallPictures_itemImage__placeholder {
  background-color: #eee;
  background-size: auto 45%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/themes/comp1/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.smallPictures_itemImageWrapper {
  margin-bottom: 1.25rem;
  height: 81px;
}
.smallPictures_itemTitle {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  max-width: 100%;
}

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