#header {
	background-image: url('/wp-content/themes/lisnr/images/partners/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;
}

#logos {
	display: flex;
	justify-content: space-between;
}

.logo {
	margin-left: 1em;
	margin-right: 1em;
}

#logos .logo:first-of-type {
	margin-left: 0;
}

#logos .logo:last-of-type {
	margin-right: 0;
}

@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;
	}
	
	#first-section {
		text-align: center;
	}
	
	#logos {
		display: block;
		text-align: center;
	}
	
	.logo, #logos .logo:first-of-type, #logos .logo:last-of-type {
		display: inline-block;
		margin-left: 1em;
		margin-right: 1em;
	}
}