@media (max-width: 650px) {
  .sleeper-board-section {
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 0;
  }

  .sleeper-board-section > .section-head {
    padding: 0 20px;
  }

  .sleeper-board-section > .section-head > span {
    font-size: 9px;
    max-width: 90px;
    text-align: right;
  }

  .sleeper-scroll {
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 68vh;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .sleeper-grid {
    width: max-content;
    min-width: max-content;
    grid-template-columns: 52px repeat(var(--teams), 104px);
  }

  .board-corner {
    position: sticky;
    top: 0;
    left: 0;
    min-height: 62px;
    z-index: 8;
    background: #24231e;
  }

  .board-team-head {
    min-height: 62px;
    padding: 5px 4px;
    z-index: 6;
  }

  .board-team-head strong {
    font-size: 12px;
    max-height: 25px;
  }

  .board-team-head small {
    font-size: 7px;
  }

  .round-label {
    min-height: 72px;
    z-index: 5;
  }

  .round-label strong {
    font-size: 15px;
  }

  .pick-cell {
    min-height: 72px;
    padding: 5px 6px;
  }

  .pick-cell > strong {
    font-size: 12px;
    white-space: normal;
    max-height: 28px;
  }

  .pick-cell > small {
    font-size: 7px;
    margin-bottom: 5px;
  }

  .pick-cell .position-tags span {
    font-size: 6px;
    padding: 2px 3px;
  }

  .mobile-draft-feed {
    display: none;
  }
}
