.UIBannerControl {
  height:180px;
}
    .UIBannerControl img {
        max-height: 248px;
    }
@media only screen and (max-width: 768px) {
.UIBannerControl {
  height:60px !important;
}
.UIBannerControl img {
    margin-top: 0px;
}
}