var vw = jQuery(document).width(); // Get the current viewport width
// Show the ad unit only on mobile devices (maximum screen width of 767 pixels)
// add 2 following lines for Passback
var vw = jQuery(document).width(); // Get the current viewport width
// Show the ad unit only on mobile devices (maximum screen width of 767 pixels)
// add 2 following lines for Passback