#model-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
#model-canvas {
    width: 100%;
    height: 100%;
    display: block;
    z-index:10;
}