if (RSI.rsi.slice(-2) == 'sq')
{
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 }'
+ '}</style>'
$('body').append(css)
}