/* A later scene must stay out of the layout until its controller opens it.
   Keep this default with the page, including while scene assets are loading. */
.arrival-collaboration .hero-model:not(.is-visible){
  position:absolute;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
}
