html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #111;
    overflow: hidden;
}

#viewer {
    width: 100%;
    height: 100%;
    pointer-events: none;
}