/* THE XTHS — responsive.css — non-hero breakpoints (hero rules live in style.css) */

@media (max-width:1024px){
  .deck{grid-template-columns:1fr}
  .deck__screen{min-height:320px;border-right:0;border-bottom:1px solid var(--line)}
  .deck__disk{width:min(34vh,280px)}
  .deck__osd--tl{left:.9rem}
}