.dot-grid {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dot-grid__wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dot-grid__canvas {
  display: block;
  width: 100%;
  height: 100%;
}
