html,


/* Scale canvas with resize attribute to full size */
canvas[resize] {
    width: 100%;
    height: 100%;
}
@media (max-width: 979px) {
	canvas {
    display: none;}
}