/* =========================================================
   facts-video-only.css
   HARD GUARANTEE: Facts section shows ONLY the video or its poster.
   No parallax stills, no background images, no injected overlays.
   Scoped to #page-facts so it cannot affect other sections.
   ========================================================= */

#page-facts{
  background: transparent !important;
  background-image: none !important;
}

#page-facts::before,
#page-facts::after{
  content: none !important;
  background: none !important;
}

/* In case the theme applies background-image to a child wrapper */
#page-facts *{
  background-image: none !important;
}
