GUIStyle adjustment in script

Hello,
I have a problem or question.
When i play on minimize screen my game there are not all guis showing, but when i play on full screen then its ok.
My question is how to adjust gui so it will always be in the same place whether you play on minimize or full or different resolution ?

Thanks for helping !!

Try using Screen.width Screen.height instead of hard-coding the x y screen positions. This way your GUIs will stay at the same place regardless of screen resolution.