@-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; }
#container iframe{
    width: 100%;
    height: 36vw;
}
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;
    min-height: 360px;
}
#krpanoSWFObject{
    min-height: 36vh;
}
div#panoDIV video {
    width: 90% !important;
    left: 5% !important;
}