.orb-wrap {
      width: 100%;
      height: 450px; /* change as needed */
      position: relative;
    }

    .orb-container {
      position: relative;
      z-index: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    /* Make the canvas behave nicely */
    .orb-container canvas {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }