Hi!
If you want the correct aspect ratio in any of your screen resolutions just add:

Code:
  
camera.aspect = screen_size.x/screen_size.y/(4/3);