.vpl-header {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../img/vpl-banner-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 10px solid #78BE20;
}

.vpl-header svg {
	margin: 40px;
}

.vpl-header svg path {
	fill: white;
}

#vpl-logo-wide {
	display: none;
}

#vpl-logo-stacked {
	width: 190px;
	height: auto;
	display: block;
}

/* desktop styles */
@media only screen and (min-width: 1280px) {
	.vpl-header {
		height: 150px;
	}

	.vpl-header svg {
		margin: 0 50px;
	}

	#vpl-logo-wide {
		max-width: 1200px;
		height: auto;
		display: block;
	}

	#vpl-logo-stacked {
		display: none;
	}
}
