div.UIBannerControl {
   /* height: 100px; */
    /* padding: 15px; */
    text-align: center;
    max-width: 100%;
    width: 400px;
    padding-bottom: 0;
    padding-top: 0%;
}
.UIBannerControl img:hover {
        
        transition: all 0.2s ease 0.2s;
}
.UIBannerControl img {
    width: 150px !important;
    position: absolute;
    z-index: 1000;
        top:10px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 53%, 49% 100%, 0% 53%);
}
@media only screen and (max-width: 768px) {
        div.UIBannerControl img {
            width: auto !important;
                display:none;
             position:relative;
             top:0!important;
        }
        div.UIBannerControl{
        width:100vw!important;
        }
}