.falling-element {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    will-change: transform;
    z-index: 9999;
}
