/* Strip away Joomla's hardcoded image sizes for banners */
.bannergroup img, 
.banneritem img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
