.zoom-image {
    width: 300px;
    transition: transform 0.3s ease;
}
.window {
}
.hidden {
  display: none;
}