#img_welcome_person_wrapper {
	position: absolute;
	overflow: hidden;
	width: 230px;
	height: 350px;
	top: 180px;
	display: none;
}

#img_welcome_person {
	display: none;
	position: absolute;
	width: 100%;
	-webkit-animation: slide 1s forwards;
	-webkit-animation-delay: 0.5s;
	animation: slide 1s forwards;
	animation-delay: 0.5s;
	left: -350px;
}

@keyframes slide {
	100% { left: 0; }
}

@-webkit-keyframes slide {
	100% { left: 0; }
}

@media screen and (max-width: 1300px) {
	#img_welcome_person_wrapper {
		width: 210px;
	}
}

@media screen and (max-width: 1200px) {
	#img_welcome_person_wrapper {
		width: 200px;
	}
}

@media screen and (max-width: 1100px) {
	#img_welcome_person_wrapper {
		width: 190px;
	}
}

@media screen and (max-width: 1050px) {
	#img_welcome_person_wrapper {
		width: 180px;
	}
}

@media screen and (max-width: 950px) {
	#img_welcome_person_wrapper {
		width: 170px;
	}
}

@media screen and (max-width: 850px) {
	#img_welcome_person_wrapper {
		width: 160px;
	}
}

@media screen and (max-width: 750px) {
	#img_welcome_person_wrapper {
		width: 140px;
	}
}

@media screen and (max-width: 700px) {
	#img_welcome_person_wrapper {
		width: 130px;
	}
}

@media screen and (max-width: 650px) {
	#img_welcome_person_wrapper {
		width: 120px;
	}
}

@media screen and (max-width: 550px) {
	#img_welcome_person_wrapper {
		width: 100px;
	}
}