@media screen and  (max-width: 1600px) {
	body #ani-left-wrap {
		width: 60%;
	}

	body #animation_outer_wrap {
		width: 700px;
		min-width: 700px;
		min-height: 700px;
		height: 700px;
		right: -60%;
		bottom: 40%;
		float: unset;
	}
}

#ani-controls-mobile-toggle {
	display: none;
}
#switch-header {
	color: white;
	font-size: .7em;
	position: relative;
	top: 10%;
}

@media screen and (min-width: 1001px){
	#green_box {
		right: -2%;
		z-index: 3000;
	}
}

