.UIBannerControl {
    top: 30px;
    left: 1%;
    position: fixed;
    z-index: 1000;
}
.UIBannerControl img {
}

@media only screen and (min-width: 0px) {
    .UIBannerControl {
        width: 240px !important;
    }
    .UIBannerControl img {
        width: auto !important;
    }
}