html, body {
  width: 100%;
  height: 100%;
  overflow: hidden; }

/** { padding: 0; margin: 0; }*/
#tourDIV {
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #tourDIV #panoDIV, #tourDIV #panoDIV2 {
    position: absolute;
    width: 100%;
    height: 100%; }
    #tourDIV #panoDIV span, #tourDIV #panoDIV2 span {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1; }
  #tourDIV #panoDIV2 {
    display: block;
    top: 0;
    left: 0;
    width: 20vw;
    height: 20vh; }
  #tourDIV #GooglePano {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    display: none; }
    #tourDIV #GooglePano span {
      background-color: #000;
      color: #fff; }

#panoDIV2 {
  display: block;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

#GooglePano {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0; }

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