GUI Positioning Issue at Zoom. Orthographic camera

Hi everyone,
I use the function:

camera.world_to_screen(camera_id, vmath.vector3(250, 250, 1), gui.ADJUST_FIT)

to set the position of a GUI element. This works perfectly when the camera zoom is set to 1. However, once I adjust the zoom to 1.3, the positioning becomes inaccurate. I’m using the orthographic camera plugin.

Has anyone experienced this issue or have suggestions on how to properly adjust the calculations to account for the zoom factor?

Thanks in advance for your help!