@CHARSET "UTF-8";

canvas {
    min-height: 1000px;
    max-width: 100%;
}

#animatedBkg {
    position: absolute;
    z-index: -2;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>> MEDIA <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

@media(max-width: 768px) {
    
    #animatedBkg {
        display: none;
    }
    
}