div.UIBannerControl {
   /* height: 100px; */
    /* padding: 15px; */
    text-align: center;
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 0%;
        background:#fff
}
.UIBannerControl img:hover {
        
        transition: all 0.2s ease 0.2s;
}
.UIBannerControl img {
    width: 100%;
        max-width: 1160px;
        margin: auto;
}
@media only screen and (max-width: 768px) {
        div.UIBannerControl img {
           object-fit: cover;
        height: 60px !important;
        width: 100vw !important;
                display: Block;
             position:relative;
             top:0!important;
        }
        div.UIBannerControl{
        width:100vw!important;
        }
}