/* Student Live Board: portrait tablets only. Phones and landscape layouts stay unchanged. */
@media (min-width: 600px) and (max-width: 1100px) and (orientation: portrait) {
  html[data-role="student"] .board-frame {
    width: 70% !important;
    max-width: 70% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html[data-role="student"] .chess-board {
    width: 100% !important;
    border-radius: 0 !important;
  }
}
