AdMob - Problem with banner bottom position after interstitial is closed in Landscape orientation

I’m in the middle of making a game that during gameplay shows a regular banner at the bottom of the screen, initially there’s no problem but after the game is over a interstitial ad is shown and in the ad event listener I’m checking for when the interstitial add is closed and when it is I restart the game scene to allow the user to play again and show the bottom banner again.

My problem occurs when showing the interstitial ad and I place my device into Landscape orientation and close the add, then the bottom banner is show in the middle of the screen instead of at the bottom (seems like x and y values are inverted for some reason). As long as the interstitial ad is closed in Portrait the app contiunes to work as expected.

I’ve locked the orientation in the build.settings to just portrait but the interstitial ad doesn’t seem to honor that settings and still makes it possible to rotate the interstital ads to Landscape.