#header {
	background-image: url('/wp-content/themes/lisnr/images/about-us/header.png');
	height: 400px;
	background-size: cover;
	background-position: bottom center;
	margin-top: 60px !important;
}

#header .container, #header .row {
	height: 100%;
}

#header .row {
	display: flex;
	align-items: center;
}

#header h1 {
	color: #ffffff;
}

@media only screen and (max-width: 1350px) {
	#header {
		height: 350px;
	}
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 767px) {
	#header {
		height: 200px;
	}
}


#investors {
	margin-top: 10em;
}

.image-hang-over {
	margin-top: -10em;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

.logos {
	margin: 0;
	padding: 0;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
}

.logos li {
	width: 20%;
	max-width: 200px;
	list-style-type: none;
	padding:0;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

.quote {
	width: 70%;
	margin: 0 auto;
}

.show-content {
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	#header p {
		margin-bottom: 0;
	}
	
	.container ul {
		margin-top: 0;
	}
	
	.logos {
		display: block;
	}
	
	.logos li {
		width: 25%;
		display: inline-block; 
	}
}