/* gallery*/

.carousel {
  background: #eee;
}

.carousel-cell {
  margin-right: 10px;
  overflow: hidden;
}

.carousel-cell img {
  display: block;
  height: 200px;
}

.csr-gallery-single-image {
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .carousel-cell img {
    height: 400px;
  }
}
/* gallery */

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}
