      @import url(https://fonts.googleapis.com/css?family=Tinos);

* {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	}

section + section {
	margin-top: 1em;
	}

.video {
	position: absolute;
	width: 100%;
	transition: .5s;
	z-index: 99999999;
	}

h1 {
	padding: 1em;
	transition: opacity .5s;
	}
.vid-wrap {
	background-color: hsl(0,0%,10%);
	transition: .5s;
	}
.vid-wrap > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	}
.vid-wrap > video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	}
.aside .vid-wrap {
	height: 240px;
	}
.aside h1 {
	opacity: 0;
	}
.aside {
	position: fixed;
	width: 40%;
	}
#FlVid_normal_width {
        -moz-background-size:100% 100%;
        -webkit-background-size:100% 100%;
        background-size:100% 100%;
        background-repeat: no-repeat;
}