﻿div.videoCover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: transparent url('../Contents/Images/video_bg.png') no-repeat scroll 0px 0px;
    background-size: cover;
}