.pome-fall-item{
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  will-change: transform;
  user-select: none;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.18));
}

.pome-fall-item img{
  width: 100%;
  height: auto;
  display: block;
}

.pome-fall-text{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 6px 10px rgba(0,0,0,.22);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
