/*
Theme Name: Hello Elementor Child
Description: Child Theme für Hello Elementor
Author: Alexander Sturm
Template: hello-elementor
Version: 1.0
*/
/* =========================================
   Reduced Motion Fallback – Video-Scale Fix
   ========================================= */
@media (prefers-reduced-motion: reduce) {

  /* Endzustand der Scroll-Scale Animation erzwingen */
  .rm-video-scale {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    transform: none !important;
  }

  /* Sicherheit für innere Wrapper / Video */
  .rm-video-scale > .e-con-inner,
  .rm-video-scale .elementor-background-video-container,
  .rm-video-scale video {
    width: 100% !important;
    max-width: 100% !important;
  }
}
