#mcanvas {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    /*touch-action: none;*/
    z-index: -1;
    /*pointer-events: none; // dont */
    display: block;
}
#canvas-container {
    width: 100%;
    height: 100%;
    /* position: fixed; */
    top: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tryon-canvas {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    /*touch-action: none;*/
    z-index: -1;
    /*pointer-events: none; // dont */
    display: block;
}

#tryon-canvas-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
