.falling-leaf {
    position: fixed;
    top: -60px;
    pointer-events: none;
    z-index: 9999;
    will-change: transform;
}

.falling-leaf img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.85;
}
