

.video-container {
    width: 100%;
    max-width: 900px;
}

#lightbox-video {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.video-item i {
    opacity: 0.8;
    transition: 0.3s;
}

.video-item:hover i {
    transform: scale(1.2);
    opacity: 1;
}