/* Keep the new Suite familiale image aligned with the existing room carousel cards. */
.suite-familiale-card .accommodation-carousel-image-wrapper {
  aspect-ratio: 700 / 466;
  overflow: hidden;
}

.suite-familiale-card .accommodation-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
