body {
    overflow: hidden;
    margin: 0;
}
#myContainer {
    display: flex;
    /*overflow: hidden;*/
    /*box-sizing: border-box;*/
}
#myCanvas {
    position: absolute;
    display: flex;
}



#myLoader {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#myLogo {
    width: 200px;
    height: 200px;
    background: url('STL_Loading.gif') no-repeat center;
}
#unity-progress-bar-empty {
    width: 141px;
    height: 18px;
    background: url('progress-bar-empty-light.png') no-repeat center;
}
#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    background: url('progress-bar-full-light.png') no-repeat center;
    transform-origin: left;
}



#myErrorText {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40%;
    bottom: 0;
}
