#hero {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	min-height: 500px;
	background: #111;
	color: #FFF;
	padding: 15px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

#hero > picture {
	position: absolute;
	inset: 0;
	z-index: 0;
}

#hero > picture > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#hero_logo {
	position: relative;
	margin: auto;
	z-index: 1;
	width: 100%;
	text-align: center;
}

#hero_logo img {
	width: 100%;
	max-width: 700px;
}
