
.UIBannerControl {
    margin: 0 auto;
    position: relative;
    width: 1260px;
    z-index: 1 !important;
        
}
.UIBannerControl .co {
    position: absolute;
    right: 120px;
    top: 150px;
}
.UIBannerControl img{
}
.UIBannerControl .coEN {
    position: absolute;
    right: 15px;
    top: 137px;
}

@media only screen and (max-width: 768px){
td > .UIBannerControl {
    position: relative !important; 
    width: 100vw;
    z-index: 1;
}
}