/* mobile */

@media screen and (max-width: 800px) {
    
    MAIN {
        margin-top:80vh;
        width: 96vw;
        min-width: auto;
        max-width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    MAIN > DIV.collapse-icon {
        display: none;
    }

    #ThreeDeeContainer {
        height: 100vh!important;
    }

}