.pano-app {
  position:fixed!important;
  inset:0!important;
  z-index:9000!important;
  min-height:100vh!important;
  width:100%!important
}
.pano-stage {
  height:calc(100vh - 88px)!important
}
body {
  overflow:hidden!important
}
@media(max-width:700px) {
  .pano-stage {
    height:calc(100svh - 70px)!important
  }
}
