.UIBannerControl {
  height:180px;
}
@media only screen and (max-width: 768px) {
.UIBannerControl {
  height:30px !important;
}
}