/* The replay is a supporting hero element, not a second full-size game screen. */
@media (min-width:1051px){
  .jr-hero{grid-template-columns:minmax(0,1fr) minmax(340px,410px)!important;gap:clamp(34px,4vw,68px)!important}
  .jr-replay{width:min(100%,410px)!important;max-width:410px!important;justify-self:end}
  .jr-replay__screen{min-height:0!important;aspect-ratio:3/2!important}
}
@media (min-width:601px) and (max-width:1050px){
  .jr-replay{width:min(100%,540px)!important;max-width:540px!important;margin-inline:auto}
  .jr-replay__screen{min-height:0!important;aspect-ratio:3/2!important}
}
@media (max-width:600px){
  .jr-replay{width:100%!important;max-width:420px!important;margin-inline:auto}
  .jr-replay__screen{min-height:0!important;aspect-ratio:3/2!important}
}
