.UIBannerControl {
        /* background: antiquewhite; */
        position: relative;
        z-index: 1;
}
.UIBannerControl p{
        margin: 0;
}
.UIBannerControl  img{
        height: 156px;
}
@media only screen and (max-width: 768px){
        div.UIBannerControl img{
                height: 13vw !important;
        }
}