.mobileheader{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  z-index: 2;
  padding: 8px;
  display: none;
  align-items: center;
  background-color: #ffffff;
  filter: drop-shadow(0 0 0.8rem #00000088);
}
.mobileheader h4{
  margin-top: 4.8px;
  width: 4%;
}
.mlogo{
  width: 88%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mlogo img{
  width: 128px;
  height: 48px;
}
.mobileheader button{
  width: 4%;
}