.MenuDetailLeft {
  display: flex;
  flex-direction: column;
  flex: 5;
  overflow-y: auto;
}
.MenuDetailLeft .NutritionalDisclaimer {
  padding-bottom: 60px;
}
.MenuDetailLeft .img-menud {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  text-align: center;
  overflow-x: hidden;
}

.MenuDetailLeft .img-menud img {
  object-fit: cover;
  flex: 1 1 auto;
  height: 100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}


/*--- Tablet and Mobile ---*/
@media (max-width: 992px) {
  .MenuDetailLeft {
    width: 100%;
    min-height: 30%;
    overflow: hidden;
  }
  .MenuDetailLeft .img-menud {
    max-height: 100%;
    display: flex;
  }
  .MenuDetailLeft .img-menud span {
    display: flex;
    flex: 1;
  }
  .MenuDetailLeft .img-menud img {
    max-height: 100%;
  }
}
