@IOIO What I intended to say is that you would solve your problem the same way as you would solve placing a normal quad or cube in a 3D world. As your camera seems to be isometric parallel projection (non-perspective) camera, you could simply move the object closer to the camera.
Alternatively you could use sorting layers if it shall be on top of everything, or even use a custom shader to offset the position.