.customer-video-carousel {
  display: flex;
  justify-content: center;
}

.customer-video-carousel__item {
  width: 16rem;
  max-width: 60%;
  aspect-ratio: 9 / 16;
  border-radius: 1.2rem;
  overflow: hidden;
}

.customer-video-carousel__item video,
.customer-video-carousel__item .placeholder-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
