body > div {
    height: 100%;
    overflow: hidden;
}

noscript > div {
    color: red;
    width: 30%;
    border: 1px solid red;
    padding: 4px;
    font-family: sans-serif;
}
#panoStudioViewerID{
    position: absolute; left: 0px; top: 0px; width: 100% ; height: 100% ;
}