#VRM-canvas-with-loading {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 600px;
}

#VRM-canvas {
    width: 100%;
    height: 100%;
}

#VRM-canvas-with-loading #VRM-canvas-loading-skeleton {
    display: none;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 10px;
    z-index: 1;
}

#VRM-canvas-with-loading #VRM-canvas-loading-skeleton.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

