/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#heroVideoPlayer {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
	top: 10px;
}