.carousel_item {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel_itemImage {
  margin: 0 auto;
  display: block;
  width: -webkit-calc(100% - 7rem);
  width: calc(100% - 7rem);
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/mobile/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.carousel_itemImage__placeholder {
  background-color: #efefef;
  background-size: auto 40%;
}

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