I'm not too familiar with the left, top, right, bottom way of doing bounds, I use x, y, width, height values.
But your screen bounds left="2" and right="14" would seem to be for a horizontal (4:3) game.
For a vertical (3:4) game try left="4.5" and right="11.5" and see how you go from there.