.s-gallery__slide {
  height: clamp(210px, 30vw, 520px);
}

.s-gallery__slide img {
  object-fit: cover;
  border-radius: 20px;
}