.elementor-27045 .elementor-element.elementor-element-1a33a30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27045 .elementor-element.elementor-element-1a33a30:not(.elementor-motion-effects-element-type-background), .elementor-27045 .elementor-element.elementor-element-1a33a30 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-27045 .elementor-element.elementor-element-2c17665{text-align:center;}.elementor-27045 .elementor-element.elementor-element-3e74144{--display:flex;}/* Start custom CSS for container, class: .elementor-element-3e74144 *//* 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 */