.amadi-video-bg-wrap{ position: relative; overflow: hidden; }
.amadi-video-bg-el{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.amadi-video-bg-overlay{ position: relative; z-index: 1; }
/* Optional: darken video a bit for text contrast; adjust to taste */
.amadi-video-bg-wrap::after{ content:""; position:absolute; inset:0; background: rgba(0,0,0,.20); z-index: 0; }