html, body {
  margin: 0;
  height: 100%;
  background: #000;
  overflow: hidden;
}

#panorama {
  width: 100%;
  height: 100%;
}

.tour-watermark {
  position: absolute;
  bottom: 16px;
  right: 16px;
  max-height: 40px;
  opacity: 0.85;
  pointer-events: none;
  z-index: 10;
}
