.tour {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 200;
}

.tour-portal {
  z-index: 1000;
}