.block-carousel-photo .carousel-block-header h2,
.block-carousel-169 .carousel-block-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem !important;      /* 50% of 2rem */
  color: #fff;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0;
  line-height: 1.12;
  text-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.block-carousel-photo .carousel-image-wrap {
  aspect-ratio: 3/4 !important;
  width: 100%;
  overflow: hidden;
  background: #eee;
  position: relative;
  display: block;
}
.block-carousel-photo .carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/4 !important;
  display: block;
  background: #222;
}
@media (max-width: 900px) {
  .block-carousel-34 .swiper-slide {
    margin: 0 5px !important;
  }
  .block-carousel-34 .carousel-block-header h2 {
    font-size: 0.65rem; /* <--- REMOVE THIS LINE! */
    margin-bottom: 0.2em;
  }
  .block-carousel-photo .swiper-slide {
    width: 93vw !important;
    min-width: 0;
    flex: 0 0 93vw !important;
    margin: 0 2vw !important; /* or just 0 */
  }
}