Try edit your game, so it uses ViewportLeft,Right,Top,Bottom Values instead of fixed positions.
Of course it means you have to setup all the sprites (like your invisible ones) on start of layout to be at the correct position.
And then use ScaleOuter and have a background that is bigger than your actual layout, or have a colored background or whatever.
But that will solve your problem.