#sequence-container {
	height: 350px;
    width: 980px;
    top: -20px;
    left: -20px;
}

.Contact-Image {
	left: 650px;
	position: absolute;
	top: -300px;
	z-index: 3;
}

.animate-in .Contact-Image {
	left: 650px;
	top: 40px;

	transition-duration: 1.0s;
}

.animate-out .Contact-Image {
	left: 650px;
	top: 350px;

	transition-duration: 1.0s;

	transform: rotate(100deg);
}

.Contact-Text {
	opacity: 0;
	position: absolute;
	left: -800px;
	top: 40px;
	width: 500px;
}

.animate-in .Contact-Text {
	opacity: 1;
	left: 40px;
	top: 40px;

	transition-duration: 1.0s;
}

.animate-out .Contact-Text {
	opacity: 0;
	left: 900px;
	top: 40px;

	transition-duration: 1.0s;
}
