/* Keep the complete question artwork visible; fill unused space with its blurred copy. */
.app-shell.route-play .play-panel.has-question-bg .question-background-blur {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.app-shell.route-play .play-panel.has-question-bg .question-background-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
