.ys-product-images {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.ys-product-images__item {
  flex: 0 0 auto;
}

.ys-product-images__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
