.zoom-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 300px;
}

.zoom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
  transform-origin: center center;
}
