.fly-image {
    position: fixed;
    width: 200px;
    height: auto;
    z-index: 999;
    pointer-events: none;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}