.UIBannerControl {
        /* background: #114a99; */
}
.UIBannerControl h1 {
        font-weight: 700;
        font-family: Be Vietnam Pro !important;
        font-style: oblique;
        font-size: 31px;
}
.UIBannerControl .info > *{
        margin: 0;
        font-family: Be Vietnam Pro !important;
        font-style: oblique;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
        .UIBannerControl h4 {
                font-size: 16px;
                margin-bottom: 5px !important;
        }
        .UIBannerControl h1 {
                font-size: 18px;
        }
        .UIBannerControl  > div{
                padding: 10px;
        }
}
@media only screen and (max-width: 450px){
        .UIBannerControl  > div{
                padding: 10px !important;
        }
}
