@media (max-width: 1280px) {
    body{
        overflow: hidden;
    }

    canvas#canvas {
        width: 100% !important;
        height: auto !important;
    }
}
