/*
 * embedvideo.css
 */

html {
    height:100%;
    width:100%;
}
    body {
        height: 99%;
        width: 100%;
    }

    video,
    audio {
        height:100%;
        width:100%;
    }
    
#videoPlayerHolder {
    width: 100%;
    height: 100%;
}
    /* Brightcove injects a span in IE */
    #videoPlayerHolder span {
        width: 100%;
        height: 100%;
    }