.baqflo-glitter-effect {
  overflow: hidden;
  pointer-events: none;
  contain: layout paint style;
}

.baqflo-glitter-effect.is-contained {
  width: 100%;
  height: 100%;
}

.baqflo-glitter-effect.is-fixed {
  width: 100vw;
  height: 100vh;
}

.baqflo-glitter-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
