if ( bounds.y + bounds.height > screenArea.height + screenArea.y ) {

        bounds.y = screenArea.height - bounds.height

    }