.video_open{
    opacity:1;
}

.video_close{
    opacity:0;
    transition:opacity 1000ms;
}