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

html,
body
{
    margin: 0;
    padding: 0;

}

body {
    background-color: #070707;

}

#container
{
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    outline: none;    
    background : none;
}
#user_camera {
    width : 100vw;
    height : 100vh;
    position: absolute;
    left : 0;
    top : 0;
}

#video360 {
    display: none;
}

/*# sourceMappingURL=main.css.map*/