/* .menu-img */
.MenuHeader {
  height: 40vh;
  min-height: 300px;
  width: 100%;
  margin-top: -56px;
}
.MenuHeader img {
  height: 40vh;
  min-height: 300px;
  min-width: 100vw;
  width: 100%;
  object-fit: cover;
}
.MenuHeader h2 {
  position: relative;
  top: -165px;
  margin-bottom: -105px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}
/* .MenuHeader img {
  width: 100%;
  object-fit: cover;
  /* margin-top: -56px; */
  min-width: 100vw;
} */
@media (min-width: 992px){
  .MenuNavbarWrapper {
    margin-top: -56px
  }
}
