.dynamic_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.dynamic_bg canvas {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.elementor-section.dynamic_bg_covered:not(.elementor-element-edit-mode) {
  background: transparent !important;
}
