section .bg video {
	/*display: none !important;*/
	display: block;
	left: 0;
	top: 0;
	min-width: 0;
	min-height: 0;
}

.logo.invert img {
	filter: invert(100%) contrast(200%);
}


/*#hero .logo {
    width: 600px;
}*/

section .bg video,
section .bg .video-js .vjs-tech {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 650px) {
	/*	#hero .logo {
			width: 300px;
		}*/
}
@media (min-aspect-ratio: 16/9) {
	section .bg video {
		width: 100%;
		height: auto;
		/*		top: 50%;
				-webkit-transform:translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);*/
	}
}
@media (max-aspect-ratio: 16/9) {
	section .bg video {
		width: auto;
		height: 100%;
		/*		-webkit-transform: none;
				-ms-transform: none;
				transform: none;*/
	}
}

@media (min-aspect-ratio: 16/10) {
	section.h90 .bg video {
		width: 100%;
		height: auto;
		/*		top: 50%;
				-webkit-transform:translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);*/
	}
}
@media (max-aspect-ratio: 16/10) {
	section.h90 .bg video {
		width: auto;
		height: 100%;
		/*		-webkit-transform: none;
				-ms-transform: none;
				transform: none;*/
	}
}





/* ===== general typo ===== */

.baz ul {
	list-style: none;
	padding-left: 50px;
}

.baz ul:not(.bxslider) li:before {
	content: "¬";
	position: relative;
	left: -30px;
}






/* ===== SECTION header sub ===== */

.baz.headersub h1, .baz.headersub h2, .baz.headersub .lightbox-vid {
	width: 100%;
    position: absolute;
	text-align: center;
}
.baz.headersub .lightbox-vid {
	top: 65%;
}
.baz.headersub h1 {
	text-transform: uppercase;
	top: 45%;
}
.baz.headersub h2 {
	top: 33%;
}


/* ===== SECTION projects filter ===== */
/*.project-filter {
	font-size: 14px;
}
.project-filter .scope {
	margin-bottom: px;
}
.project-filter ul.filter{
	padding-left: 0;
	margin-bottom: 0;
}

.project-filter ul.filter li {
	padding-right: 55px;
    margin-bottom: 11px;
}
.project-filter ul.filter li:before {
	display: none;
}

@media (max-width: 1200px) {
	.project-filter ul.filter li {
		padding-right: 35px;
	}
}
 @screen-lg-min
@media (max-width: 920px) {
	.project-filter ul.filter li {
		padding-right: 15px;
	}
}*/
/* ===== SECTION case navigation ===== */
/*
.baz.casenav .next, .baz.casenav .prev {
	padding: 0;
}

.baz.casenav {
	height: 240px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.baz.casenav li {
	list-style: none;
}

.baz.casenav a:hover {
	background: lightgreen;
	color: white;
}
.baz.casenav a:hover {
	background: lightgreen;
	color: white;
}

.baz.casenav .browse {
	position: absolute;
    width: 50%;
    display: block;
    height: 100%;
}
.baz.casenav .browse.next {
    left: 50%;
}
.baz.casenav .browse.prev {
    left: 0;
}
.baz.casenav .browse > div {
	position: absolute;
    max-width: 630px;
    line-height: 240px;
    top: 0;
    height: 100%;
    width: 100%;
}
.baz.casenav .browse.prev > div {
	right: 0;
}
.baz.casenav .browse.next > div {
	left: 0;
	text-align: right;
}
.baz.casenav .browse img {
	width: 40px;
	height: 40px;
}
.baz.casenav .browse i {
	display: none;
}
.baz.casenav .browse.next i, .baz.casenav .browse.next img {
	margin-left: 25px;
	margin-right: 15px;
}
.baz.casenav .browse.prev i, .baz.casenav .browse.prev img {
	margin-right: 25px;
	margin-left: 15px;
}

@media (max-width: 920px) {
	.baz.casenav {
		height: 140px;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.baz.casenav .browse > div {
		line-height: 140px;
	}
}
@media (max-width: 768px) {
	.baz.casenav {
		height: 100px;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.baz.casenav .browse > div {
		line-height: 100px;
	}
}

@media (min-width: 1500px) {
	.baz.casenav .browse.prev i, .baz.casenav .browse.prev img{

		position: absolute;
		top: 50%;
		left: -215px;
		margin-top: -20px;
		margin-right: 0;

	}
	.baz.casenav .browse.next i, 	.baz.casenav .browse.next img{

		position: absolute;
		top: 50%;
		right: -215px;
		margin-top: -20px;
		margin-left: 0;

	}
	.baz.casenav .browse.next i, .baz.casenav .browse.next img {
		right: -75px;
	}
	.baz.casenav .browse.prev i, .baz.casenav .browse.prev img {
		left: -75px;
	}
}
@media (min-width: 1800px) {
	.baz.casenav .browse.next i, .baz.casenav .browse.next img{
		right: -215px;
	}
	.baz.casenav .browse.prev i, .baz.casenav .browse.prev img {
		left: -215px;
	}
}
*/



/*.baz.casenav .browse svg {
    height: 40px;
    width: 40px;
}

.casenav a {
	height: 240px;
    display: inline-block;
    line-height: 240px;
    width: 100%;
}

.casenav div:last-of-type a {
	text-align: right;
}*/