div.UIBannerControl {
        max-width: 100%;
        margin: auto;
        background: url('images/bg-header.jpg');
}
div.UIBannerControl .container{
        max-width: 1280px !important;
}
.UIBannerControl img{
        max-width: 100%;
}
.UIBannerControl .header__background_child{
     background: url("images/layer-1540.png");
     background-repeat: no-repeat;
     background-position: right;
     padding: 0 15px;
}
.UIBannerControl .header__title {
    font-size: 25px;
    font-weight: bold;
    color: #205291;
    margin-left: 10px;
    font-family: Arial;
}
@media only screen and (max-width: 768px){
        div.UIBannerControl {
                width: 100vw;
        }
    .UIBannerControl .header__background_child {
    background: none;
    padding: 0;
}
.UIBannerControl .header__title {
    font-size: 18px;
    margin-left: 0px;
}
}
