/* ضبط الحاوية اللي داخلها الفيديو */
*:has(> .hero-video-saji-lood) {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  background: #fff !important;
}

/* ضبط الفيديو نفسه */
.hero-video-saji-lood {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center center !important;

  opacity: 1 !important;
  display: block !important;
  background: #fff !important;
}