@media only screen and (max-width: 700px) {
	#tradition_banner_1 {
		background-image: url(/src/tradition/banner_mobil.jpg);
	}
	#tradition_mood {
		width: 100%;
		margin-left: 0;
		overflow: visible;
		padding-bottom: 100%;
		margin-top: 80px;
	}

	#garden_top_text {
		overflow: visible;
	}

	#overlapping_1,
	#overlapping_2 {
		width: 60%;
		padding-bottom: 90%;
	}

	#overlapping_1 {
		margin-left: 0;
	}

	#overlapping_2 {
		right: 0;
		transform: translateY(20%);
		z-index: 1;
	}

	#tradition_map {
		margin-top: 0;
		margin-top: -30px;
		width: 90vw;
		background-size: contain;
		background-position: center top;
		height: auto;
		padding-bottom: 0;
	}

	#maze_cat {
		width: 100%;
		left: 0;
		top: 0;
		position: relative;
		margin-top: 430px;
		height: auto;
		padding-bottom: 0%;
		transform: unset;
		text-align: center;
	}

	#maze_cat {
		margin-top: 0;
	}

	#tradition_map {
		margin-top: 150px;
		padding-bottom: 100%;
		background-position: center bottom;
		margin-bottom: 0;
	}

	#follow_music {
		display: flex;
		flex-direction: column;
	}
	#follow_music > .right {
		margin-top: 50px;
		order: 1;
	}
	#follow_music > .left {
		margin-top: 50px;
		order: 2;
	}

	#follow_music > .image {
		background-image: url(/src/tradition/follow_music.jpg);
	}

	#tradition_parallax {
		background-image: url(/src/tradition/parallax_mobil.jpg);
	}

	#breath_of_time_bg {
		background: none;
		padding: 0;
	}

	#breath_of_time_bg > .boxed_container {
		width: 100vw;
		margin-left: 0;
		margin-bottom: 0;
		margin-top: 0;
	}

	#breath_of_time_box {
		width: 100vw;
		height: 800px;
		margin-top: 0;
	}

	#breath_of_time_box > h2 {
		margin-top: 0;
	}
}
