.hero-video {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 20px;

	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'brightness\'><feColorMatrix type=\'matrix\' values=\'1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0\'/></filter></svg>#brightness"); // Firefox 3.5+
	-webkit-filter:brightness(108.5%); // Chrome 19+ & Safari 6+ 
}
.hero-video video {
	width: 100%;
	height: auto;


}
@media (max-width: 612px) {
	.hero-video video {
		width: auto;
		height: 300px;
		float: right;
	}
}
.hero-video::after {
	position: relative;
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.hero-video ::-webkit-media-controls {
	display:none !important;
}

nav {
    z-index:99;
}