/* Ensure YouTube iframe fills the lightbox modal (if used) */
.media-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Optional: smoother modal transitions */
.video-modal {
  transition: opacity 0.3s ease;
}