.floating-image {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.floating-image img {
  display: block;
  width: 100%;
  height: auto;
}