      @import url(https://fonts.googleapis.com/css?family=Tinos);

* {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	}

#FlVid_Parent {
	position: relative;
}

#FlVid_normal_width {
	position: relative;
}

FlVid-prefixaddv1-2-1_section + FlVid-prefixaddv1-2-1_section {
	margin-top: 1em;
	}

.FlVid-prefixaddv1-2-1_video {
	position: absolute;
	width: 100%;
	transition: .5s;
	z-index: 99999999;
	}

h1 {
	padding: 1em;
	transition: opacity .5s;
	}
.FlVid-prefixaddv1-2-1_vid-wrap {
	background-color: hsl(0,0%,10%);
	transition: .5s;
	position: relative;
	}
.FlVid-prefixaddv1-2-1_vid-wrap > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	}
.FlVid-prefixaddv1-2-1_vid-wrap > video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	}
.FlVid-prefixaddv1-2-1_aside .FlVid-prefixaddv1-2-1_vid-wrap {
	height: 240px;
	}
.FlVid-prefixaddv1-2-1_aside h1 {
	opacity: 0;
	}
.FlVid-prefixaddv1-2-1_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;
}

.Flvid_closebutton {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -10px;
	margin-right: -10px;
	z-index: 100;
	width: 30px;
	height: 30px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	cursor: pointer;
	display: none;
}