.UIBannerControl {
        margin: 0 auto;
        width: 100%;
}
.UIBannerControl .div-logo {
        text-align: center;
        /* height: 140px; */
        width: 540px;
        margin: 30px auto;
}
.UIBannerControl  .lang {
        display: flex;
        align-items: center;
        position: absolute;
        top: 120px;
        left: 51.5%;
        transform: translateX(-50%);
        margin-left: 120px;
}
.UIBannerControl  .lang>a {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 12px;
        /* identical to box height */
        /* Grey 2 */
        color: #0A2458;
        padding: 0 8px;
        border-left: 0.808989px solid #CCCCCC;
}
@media only screen and (max-width: 768px){
        .UIBannerControl .div-logo {
                margin: 0 auto !important;
                width: 80vw !important;
        }
        .UIBannerControl >div{
                padding: 0 !important;
        }
        .UIBannerControl  img {
                max-width: 80vw;
                height: auto;
                padding: 10px 30px;
        }
        .UIBannerControl .lang {
                top: 14vw;
                width: auto;
                margin: 0;
                left: 55%;
			transform: translateX(-50%) !important;
			
        }
        .UIBannerControl .lang .en {
                border: none;
        }
        .layout-flex * {
                width: unset;
                height: unset;
        }
        .layout-flex .AdvertisementBottomRight {
                flex: 1;
                height: 25px;
                display: none;
        }
        .layout-flex {
                background: #F9F9F9;
                margin-top: 5px;
                padding: 10px 0;
        }
}
@media only screen and (max-width: 1200px){
	.UIBannerControl  .lang {
		transform: translateX(85%);
	}
}
