.hero-grid-canvas {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 38%;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
}

.hero-grid-container {
  position: relative !important;
  overflow: hidden !important;
  overflow-x: clip !important;
}

img[src*="hero-vector2"],
img[src*="hero-vector"],
[style*="hero-vector2"],
[style*="hero-vector"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

