 body {
      margin: 0;
      padding: 0;
      font-family: sans-serif;
      background-color: #111;
    }

    #panoDIV {
      width: 100%;
      height: 100vh;
      background: black;
    }

@-ms-viewport { width: device-width; }
			@media only screen and (min-device-width: 800px) { html { overflow:hidden; } }
			* { padding: 0; margin: 0; }
			html { height: 100%; }
			body { height: 100%; overflow:hidden; }
			div#container { height: 100%; min-height: 100%; width: 100%; margin: 0 auto; }
			div#tourDIV {
				height:100%;
				position:relative;
				overflow:hidden;
			}
			div#panoDIV {
				height:100%;
				position:relative;
				overflow:hidden;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-o-user-select: none;
				user-select: none;
			}

			@media (max-width: 768px) {
#container .logo img {
    width: 90px;
      position: fixed;
      z-index: 9999;
  }
}

@media (max-width: 480px) {
 #container  .logo img {
    width: 70px;
      position: fixed;
      z-index: 9999;
  }
}

#container  .logo img {
  max-width: 100%;
  height: auto;
  width: 120px; /* default width for logo */
  z-index: 9999;
  position: fixed;
  margin: 20px;
}