@media (max-width: 576px) {
	.responsive-height {
		height: 100vh !important;
	}

	.display-image {
		height: 150px !important;
	}

	.image-arrow-container {
		top: -135px;
	}

	.impressum-container {
		top: 0;
		width: 100vw;
		height: 100vh;
	}

	.close-impressum-button {
		bottom: 16px;
		right: 16px;
		height: 32px;
	}
}
