<script>
var mhi = RSI.header.mastheadImage.replace('.jpg', 'sq.jpg')
var css = ''
+ '<style>@media only screen and (max-device-width: 568px) and (min-device-width: 320px) and '
+ '(orientation: portrait) {'
+ ' #offerbox { padding: 74% 0% 7% 57%!important }'
+ ' #masthead { background-image: url(/lp/US/masthead/mobile/' + mhi + '); }'
+ '}</style>'
$('body').append(css)
</script>