body {margin:0; padding:0;}

#video-container {
    position: relative;
 }

#video-container video {
    display: block;
    width: 100%;
    height: auto;
 }

#video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
 }
.hide {
    display: none;
 }