*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}
#noVNC_control_bar_anchor {
    display: none !important;
}
#noVNC_control_bar {
    display: none !important;
}
#noVNC_transition {
    display: none !important;
}
#noVNC_container {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}
#noVNC_canvas {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: contain;
    display: block;
}
