.UIBannerControl {
        margin: 0 auto;
        width: 100%;
}
.UIBannerControl .BannerMenu {
        background-color:#f7fac7;
        #border-radius: 0 0 5px 5px
        color: #000;
        font: bold 9pt arial;
        padding: 4px 10px;
        text-align: right;
        #text-transform: uppercase
        /* width: 1020px; */
}
.UIBannerControl .BannerMenu a {
        color: #000;
        font: bold 9pt arial;
}
.UIBannerControl .BannerMenu a:hover {
        color: #0351a0;
}
.img{
    width: 550px !important;
    height: 121px !important;
}
@media only screen and (max-width: 768px){
        .UIBannerControl {
                padding: 0px 0 15px 16px;
        }
        .img{
            height: 0px !important; 
     padding-top: 0px !important;
        }
}
