#hero{
	background-color: #000000;
	width: 100vw;
	height: 100vh;
}

.hero-img {
	background-image: url('../img/landyachthafen-logo.png');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 650px) {
	.hero-img {
		background-image: url('../img/landyachthafen-logo.jpg');
		background-size: auto;
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 100%;
	}
}