
.UIBannerControl {
        margin: 0 auto;
        position: relative;
        z-index: 99;
        overflow: hidden;
        background: #fff;
}
.UIBannerControl .co {
        left: 0px;
        position: absolute;
        top: 0px;
        height:93px;
}
.UIBannerControl img{

max-width: 1200px;
        margin: auto;
}
@media only screen and (max-width: 1023px){
        .UIBannerControl img{
        		height: 150px!important;
               object-fit: cover;
        }
@media only screen and (max-width: 768px){
       	 .UIBannerControl img{
        		height: 75px!important;
               object-fit: cover;
        }
}
