/* Add custom CSS styles below */ 
.lazy-video {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block !important;
  object-fit: contain !important;
  aspect-ratio: 16 / 9 !important;
}

/* للجوال */
@media (max-width: 768px) {
  .lazy-video {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    aspect-ratio: 16 / 9 !important;
  }
}