@media (max-width: 989px){
  .frontend-body-canvas #backstage-headArea.hideForMobile {
      display: block!important;
  }
  #backstage-headArea-mobile {
    display: none;
  }
}