/* Custom fixes for the static mirror */

/* Ensure the video wrapper contains the absolutely-positioned cover overlay.
   On the live WordPress site Elementor JS applies this dynamically; in the
   static mirror we set it explicitly so Vimeo iframes don't show through. */
.elementor-widget-video .elementor-wrapper {
  position: relative;
}
