.video-thumbnail {
    transition: transform 0.3s ease;
    cursor: pointer;
}
.video-thumbnail:hover {
    transform: scale(1.03);
}
.video-overlay {
    transition: all 0.3s ease;
}

