#webgl-infinite-wall {
    background: #000000 !important;
    touch-action: none;
}
#webgl-infinite-wall canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
    background: #000000 !important;
}