* {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
}


html, body {
        margin: 0;
        padding: 0;
        overflow: hidden;
}


iframe {
        border: none;
        width: calc(100vw + 15px);
        height: calc(100vh + 87px);
        position: absolute;
        top: -87px;
        left: -15px;
}

.noVNC_control_bar {
        display: none !important;
}
