Tue Feb 20 2018
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
<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>