/*.navbar-brand { width: 190px; height: 44px; background: url('../images/projectgrey-logo.svg') no-repeat center; background-size: contain; filter: invert(100%); }*/
/*.navbar-brand img { display: none; }*/

.navbar-brand img { 
	width: 190px;
}

#hero { background: #000; }
#hero-video
{
	position: absolute;

	width: 177.77777778vh; /* 100 * 16 / 9 */
	min-width: 100%;
	height: 100%;
	min-height: 56.25vw; /* 100 * 9 / 16 */
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0.3;
}
.media-controls-container{
	opacity: 0;
	filter: opacity(0);
}
#hero video::-webkit-media-controls {
  display: none;
}
/*.container{
	position: absolute;
    width: 100%;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}*/





