/* @author Jelmer Stoker <j.stoker@connexx.nl> */

/* Thumbail shown before playing the video */
.video_preview_image{
    background-size: cover;
    width: 100%;
    height: 400%;
    line-height: 400px;
    text-align: center;
    cursor: pointer;
}

/* Play button on Video Frame, fontawesome icon 'fa-play'*/
.video_play_button{
    color: white;
    font-size: 10em;
    text-shadow: 2px 2px #000;
}
