@media only screen and (max-width: 700px) {
	#restaurant_mood {
		width: 95vw;
		margin-left: 5vw;
		height: 0;
		padding-bottom: 60%;
		margin-bottom: 50px;
	}

	#restaurant_mood_1,
	#restaurant_mood_3 {
		display: none;
	}

	#restaurant_mood_2 {
		width: 100%;
		margin-right: 0;
	}

	#vegetarian {
		background-image: url(/src/restaurant/parallax_mobil.jpg);
	}

	#fertile_island > .text {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	#tender_souls > h3,
	#tender_souls > p {
		width: 100%;
		position: relative;
		margin-left: 0;
	}

	#restaurant_end_screen {
		margin-bottom: 0;
	}

	#aubergine {
		position: relative !important;
		right: 0 !important;
		width: 100%;
		height: auto !important;
	}

	#end_pic {
		position: relative;
		float: unset;
		width: 100%;
	}

	#restaurant_screen_text {
		margin-left: 5vw;
		height: auto;
		position: relative;
		float: unset;
		width: 90vw;
		margin-bottom: 50px;
		padding-top: unset;
	}

	#end_pic {
		background-image: url(/src/restaurant/endpic.jpg);
	}
}
