.image-trailer {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
}

.image-item {
  width: 200px;
  height: 300px;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  transform-origin: center;
}

.image-gallery {
  display: none;
}