      .dot-drift-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }

      .dot-drift-wrap img {
        display: block;
        width: 100%;
        height: auto;
      }

      .dot-drift-canvas {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
      }

      .dot-drift-wrap.extracted img {
        display: none;
      }

      .dot-drift-staging {
        position: fixed;
        left: -100000px;
        top: -100000px;
        width: 0;
        height: 0;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
      }

      .logo .dot-drift-wrap {
        position: relative;
        left: -32px;
        top: -6px;
    }

    /* svg particle specific styles */

