/*
	Spatial by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	body, input, select, textarea {
		font-size: 11pt;
	}
	
#banner {

}

.videoWrapper {
				
				position: relative;
				padding-bottom: 65%; /* 16:9 */
				padding-top: 0.5em;
				height: 0;
				}
				.videoWrapper iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				}
}

