.Mobilebanner {
  background-image: url("../images/banner.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 50px;
  bottom: 0%;
  position: absolute;
  overflow: hidden;
}
.expand {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.catering {
  width: 64%;
  top: 56%;
  transform: translateY(-50%);
  position: absolute;
  right: 6%;
}
.close {
  position: absolute;
  width: 6%;
  z-index: 99;
  cursor: pointer;
}
