/* Ensure Elementor overlays sit behind content */
[class*="tvx-"] > .elementor-background-overlay{
  z-index:0 !important; pointer-events:none; opacity:.15;
}
[class*="tvx-"] *{ position:relative; z-index:1; }
