﻿BODY { margin: 0; background-color: #000;  overflow: hidden; font-family: 'Century Gothic', sans-serif;}
.row { }
.col-sm-12 { width: 100%;}
#videocontainer { width: 100%;  overflow: hidden;}
VIDEO { width: 100vw; height: 56.25vw; position: absolute; top: 0; left: 0;  overflow: hidden; z-index: 1;}
#dnn_ContentPane { position: relative; z-index: 2; margin-top: 30vw;}
#dnn_ContentPane a:link, #dnn_ContentPane a:visited, #dnn_ContentPane a:hover, #dnn_ContentPane a:active  { color: #fff; padding: 8px 12px; text-decoration: none; border: 2px solid white; display: inline-block; width: 200px; font-family: 'Century Gothic', sans-serif; text-transform: uppercase; letter-spacing: 2px;}
.Normal { color: #fff;}
.container { max-width: 1400px; margin: 0 auto; padding: 20px; background-color: rgba(0,0,0,0.4); color: #fff; text-align: center;}
@media only screen and (max-width: 767px) {
	VIDEO { width: 100vw; height: 100vh; position: absolute; top: 0; left: 0;  overflow: hidden; z-index: 1;}
	#dnn_ContentPane { position: relative; z-index: 2; margin-top: 150px;}
	#dnn_ContentPane a:link, #dnn_ContentPane a:visited, #dnn_ContentPane a:hover, #dnn_ContentPane a:active { font-size: 20px; width: 300px;}
}