main {
  height: calc(100vh - 185px);
  /* overflow: hidden; */
}
#menu_wrapper {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1450px;
  margin: 0 auto;
}
.menuPanel {
  /* display: grid; */
  transition: transform 400ms ease-in-out;
}
.leftPanel {
  /* transform: translateX(0); */
  pointer-events: auto;
}
.rightPanel {
  pointer-events: auto;
}
.rightOpen {
  transform: translateX(35%);
}
.leftOpen {
  transform: translateX(-35%);
}
.menuImage {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 185px);
  object-fit: cover;
  /* transform: translateX(0); */
  /* opacity: 0.3; */
}
.leftPanel .menuImage {
  object-position: right 35%;
}
.rightPanel .menuImage {
  object-position: left 35%;
}
.placeAbsolute {
  position: absolute;
  top: 0;
}
.menuNav {
  pointer-events: none;
  position: absolute;
  height: 95%;
  aspect-ratio: 1/2.3;
}
.fingerMenu {
  position: absolute;
  width: 80%;
  height: 80%;
  object-fit: contain;
  /* border: 1px dashed yellow; */
}

.rightNav .fingerMenu {
  right: 75%;
  top: 5%;
}
.leftNav .fingerMenu {
  left: 75%;
  top: 17%;
}
.rightNav .menubuttons {
  position: absolute;
  top: 5%;
  right: 75%;
  height: 80%;
  width: 80%;
}
.leftNav .menubuttons {
  position: absolute;
  top: 17%;
  left: 75%;
  height: 80%;
  width: 80%;
}

/* .menuImage {
  position: absolute;
  top: 0;
  left: 0;
}
.leftNav,
.rightNav {
  display: grid;
  align-content: center;
  gap: 4rem;
} */

.leftNav {
  right: -9%;
  /* justify-content: right; */
  /* transform: translateX(50%);
  background-image: url(../img/lefthand.webp);
  background-size: 300px;
  background-position: 90% 80%;
  background-repeat: no-repeat; */
}

.rightNav {
  left: -5%;
  /* justify-content: left; */
  /* transform: translateX(-50%);
  padding-top: 6.5rem;
  background-image: url(../img/righthand.webp);
  background-size: 300px;
  background-position: 10% 30%;
  background-repeat: no-repeat; */
}

/* remove button styling */
.menuItem {
  pointer-events: auto;
  overflow: hidden;
  --strip-crop: 0;

  appearance: none;
  -webkit-appearance: none;

  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  align-self: center;
  font: inherit;
  cursor: pointer;
}
#back {
  /* color: rgba(0, 0, 0, 0.7); */
  /* background-color: rgb(246, 228, 114); */
  width: 80px;
  font-size: 0.7em;
  font-weight: 100;
  position: fixed;
  z-index: 100;
  top: 25px;
  right: -0.5rem;
  cursor: pointer;
  /* border: 1px solid rgb(84, 73, 73); */
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
  transition: filter 3s;
}
#back:hover {
  filter: drop-shadow(0 0 7px rgba(247, 171, 6, 0.7));
  transition: filter 0.2s;
}

.menuItem img {
  height: 100%;
  width: 100%;
}
.m1,
.m2,
.m3,
.m4,
.m5,
.m6,
.m7,
.m8 {
  position: absolute;
  /* border: 1px dashed red; */
  /* font-size: 2rem; */
  color: #0008;
}
.m1 {
  top: 14%;
  left: 33%;
  rotate: -1deg;
  height: 4.4%;
  aspect-ratio: 422/145;
}
.m2 {
  top: 37%;
  left: 33%;
  rotate: -8deg;
  height: 4%;
  aspect-ratio: 312/125;
}
.m3 {
  top: 60%;
  left: 30%;
  rotate: 7deg;
  height: 4%;
  aspect-ratio: 545/156;
}
.m4 {
  top: 84%;
  left: 40%;
  rotate: 8deg;
  height: 4%;
  aspect-ratio: 260/120;
}
.m5 {
  top: 14%;
  left: 31%;
  rotate: 4deg;
  height: 4.2%;
  aspect-ratio: 121/72;
}
.m6 {
  top: 37%;
  left: 14%;
  rotate: 4deg;
  height: 4%;
  aspect-ratio: 353/72;
}
.m7 {
  top: 62%;
  left: 20%;
  rotate: -10deg;
  height: 4.4%;
  aspect-ratio: 409/123;
}
.m8 {
  top: 85%;
  left: 32%;
  rotate: -7deg;
  height: 4.4%;
  aspect-ratio: 317/135;
}

/* @media (width < 550px) {
  header {
    padding: 0 2.5rem;
  }
  #back {
    font-size: 0;
    width: 2.3rem;
    height: 2.3rem;
    margin: 0;
  }

  #back::before {
    content: "×";
    font-size: 1.6rem;
    line-height: 1;
  }
} */
