/* Keep the visual groups and mission path centered inside the left content panel. */
.story-scene {
  left: 4%;
  right: 4%;
}

.mission-path {
  left: 4%;
  right: 4%;
}

@media (max-width: 900px) {
  .story-scene,
  .mission-path {
    left: 5%;
    right: 5%;
  }
}

@media (max-height: 720px) and (orientation: landscape) {
  .story-scene,
  .mission-path {
    left: 4%;
    right: 4%;
  }
}
