.ukraine-header-bar {
   background: url("/img/mapwm/ukraine_flag.png");
   width: calc(100% + 40px);
   height: 250px;
   background-size: 100% 100%;
   transform: translate(-20px, -35px);
   position: relative;
   overflow: hidden;
}

.ukraine-header-bar img {
   position: absolute;
   height: 100%;
   transform: translate(25vw, 0px);
}

.ukraine-header-bar h1 {
   color: #fff;
   font-size: 1.4rem;
   padding-left: 6vw;
   z-index: 1;
   position: relative;
   margin-top: 60px;
}

.ukraine-header-bar .sub-head,
.ukraine-header-bar .sub-head-yellow {
   background: #015bbb;
   padding-left: 6vw;
   color: #fff;
   font-size: 1.1rem;
   position: relative;
   transform: translate(0px, -11px);
}

.ukraine-header-bar .sub-head-yellow {
   background: #fed501;
   color: #444;
   transform: translate(0px, 16px);
}
