.UIBannerControl img {
        display: block;
        max-width: 100%;
        height: auto;
}
@media only screen and (max-width: 768px){
        div.UIBannerControl {
                max-width: 30%;
        }
        div.UIBannerControl img{
                height: 35px !important;
                width: auto !important;
        }
}
