.elementor-22249 .elementor-element.elementor-element-009e5b8{--display:flex;}/* Start custom CSS for container, class: .elementor-element-009e5b8 *//* container that has the background video */
#bg-ani-grow.elementor-element{
  position: relative;
  overflow: hidden;
  /* optional: start full screen but still grow with text */
  /* min-height: 100vh; */
}

/* make Elementor's bg video layer always fill the container */
#bg-ani-grow .elementor-background-video-container,
#bg-ani-grow .elementor-background-video-embed,
#bg-ani-grow .elementor-background-video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;      /* follow container growth */
  pointer-events: none;
}

/* actual media elements */
#bg-ani-grow .elementor-background-video-container video,
#bg-ani-grow .elementor-background-video-embed iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

/* if you use a background overlay, make sure it stretches too */
#bg-ani-grow .elementor-background-overlay{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}/* End custom CSS */