.canvasContainer {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

.canvasContainer img {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  display: none;
}


@media (max-width: 500px) {
  .canvasContainer canvas {
    max-width: 100% !important;
  }
}