@media screen and (max-width: 600px) {
	body #animation_outer_wrap {
		top: unset;
		width: 1000px;
		min-height: unset;
		height: 350px;
		left: -500px;
	}
	#ani-left-content {
		width: 100%;
		height: 700px;
	}

	.switch_outer_wrap {
		display: none;
		max-height: 400px;
	}
	body #animation_and_controls {
		margin-bottom: 600px;
	}
}
