.retro-banner-wrapper {
  position: relative !important;
  display: inline-block !important;
  width: 100%;
  max-width: 100%;
}
.retro-banner-wrapper canvas {
  position: absolute !important;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
