
.xgpLogo img {
      height:48px !important;
      display:inline-block !important;
  }

@media only screen and (max-width: 767px) {
   .xgpBlade  .m-hero-item>div picture {
        display: inline-block !important;
    }
  .xgpLogo img {
      height:24px !important;
  }
  .xgpBlade .c-heading {
   padding-top:0px !important;
 }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    section.m-hero-item.glp-hero.mobile-medium{
        height: 150vw !important;
    }
      .m-hero-item.mobile-medium.glp-hero.f-y-center>div>div {
        top: calc(58%) !important;
    }
}