/* video-responsive.css - responsive styles for video section */

@media (max-width: 768px) {
    .video-grid {
      grid-template-columns: 1fr;
      gap: 1.2rem;
    }
  
    .video-thumb {
      border-radius: 6px;
    }
  
    .lightbox-video-content {
      max-width: 99vw;
    }
  }