.door__wrapper .door.open {
  transform: rotateY(-105deg) !important;
  box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919,
    2px 2px 12px rgba(0, 0, 0, 0.4) !important;
  pointer-events: none !important;
}

.door__wrapper .door {
  z-index: 2;
}

.door__wrapper .hi {
  z-index: 1;
}
