/* pathtracer demo */

#pt-canvas {
    width: 640px;
    max-width: 100%;
    height: auto;
    cursor: grab;
    touch-action: none;
}
