I noticed that large banners placed in the content section carry off the page on mobile devices. I applied this simple fix to keep the banner size to the screen width. I applied it to the main css; not in any media queries. Could this be added to the plugin css to improve mobile capabilities?
/*Advertisement banner fix*/
.ow_ads_cont img {
max-width: 100%;
height: auto;
}