.js-mesh-section {
  position: relative;
  overflow: hidden;
}

.js-mesh-section > .row-bg-wrap {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.js-mesh-section > .row-bg-wrap .inner-wrap,
.js-mesh-section > .row-bg-wrap .row-bg,
.js-mesh-section > .row-bg-wrap .nectar-animated-gradient {
  position: absolute !important;
  inset: 0;
}

.js-mesh-section .mesh-canvas-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  pointer-events: none;
  background: transparent !important;
}

.js-mesh-section > .row_col_wrap_12 {
  position: relative;
  z-index: 3;
}
