.UIBannerControl img {
        height:300px;
        object-fit: cover;
}
@media screen and (max-width:768px){
        .UIBannerControl img {
                height:unset;
        }
}
