.board-stage.six-location {
  aspect-ratio: 16 / 10.9;
  width: min(100%, 1180px, calc((100vh - 5.5rem) * 1.55));
}

.board-stage.six-location .location-piece.slot-5,
.board-stage.six-location .location-piece.slot-6 {
  width: min(20%, 190px);
}

.board-stage.six-location .location-piece.slot-5 {
  top: 16%;
  --prop-width: 186%;
  --prop-y: -12%;
}

.board-stage.six-location .location-piece.slot-5.location-prop-papers {
  --prop-width: 186%;
  --prop-aspect: 16 / 10;
  --prop-y: -12%;
  --prop-opacity: 0.98;
}

.board-stage.six-location .location-piece.slot-6,
.board-stage.six-location .location-piece.slot-6.location-prop-phonebook {
  left: 50%;
  top: 86%;
  width: min(20%, 190px);
  transform: translate(-50%, -50%);
  --prop-width: 186%;
  --prop-aspect: 1 / 1;
  --prop-x: 12%;
  --prop-y: 2%;
  --prop-opacity: 1;
  --prop-rotation: 90deg;
}

.board-stage.six-location .location-piece.slot-6.location-prop-phonebook,
.board-stage.six-location .location-piece.slot-6:not(.location-prop-papers) {
  z-index: 5;
}

.board-stage.six-location .location-piece.slot-6.location-prop-phonebook::before,
.board-stage.six-location .location-piece.slot-6:not(.location-prop-papers)::before {
  background-size: contain;
  filter: saturate(0.8) contrast(0.92) brightness(0.78)
    drop-shadow(0 10px 11px rgba(0, 0, 0, 0.34));
}

.board-stage.six-location .location-piece.slot-6.location-prop-phonebook::after,
.board-stage.six-location .location-piece.slot-6:not(.location-prop-papers)::after {
  display: none;
}

.board-stage.six-location .location-prop-phonebook::before,
.board-stage.six-location .location-prop-phonebook::after {
  pointer-events: none;
}

.board-stage.six-location .location-piece.slot-6.location-prop-phonebook .marks {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  justify-content: center;
  margin: 0;
  transform: translate(-50%, -50%);
}

@media (min-width: 761px) {
  .board-stage.six-location .location-command.slot-6 {
    top: 94%;
  }

  .board-stage.six-location .location-command.slot-5,
  .board-stage.six-location .location-command.slot-6 {
    width: min(16.5rem, 38%);
  }
}
