.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

#articleInfo16 .item {
	overflow: hidden;
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#articleInfo16 .item > div {
	float: right;
	width: 45%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo16 .item:nth-child(2n) > div {
	float: right;
}
#articleInfo16 .item:nth-child(2n) .photo {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo16 .item .photo {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#articleInfo16 .item .photo:after{content:'';position:absolute;width: 80%;height: 85%;background: #eee;bottom: 0;left: -40px;z-index: -1;}
#articleInfo16 .item .photo img {
	width: 100%;
}
#articleInfo16 .item .info {
	margin: 0 7% 0 0%;
	width: 45%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	position: relative;
}
#articleInfo16 .item:nth-child(2n) .info {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo16 .item .info h5 {
	font-size: 50px;
	color: #f7f7f7;
	line-height: 100%;
	position: absolute;
	right: 0;
	-webkit-text-stroke: 1px rgb(241 241 241 / 41%);
	-webkit-text-fill-color: transparent;
}
#articleInfo16 .item .info h3 {
	padding: 20px 0 10px;
	color: #292929;
	border-bottom: 1px #dcdcdc solid;
	font-size: 25px;
	letter-spacing: 1px;
}
#articleInfo16 .item .info article {
	margin: 20px 0 30px 0;
	line-height: 190%;
	text-align: justify;
	letter-spacing: 0.5px;
}

@media screen and (max-width: 1440px) {
#articleInfo16 .item .photo:before{
    font-size: 75px;
}
}

@media screen and (max-width: 1280px) {
#articleInfo16 .item .photo:before{
    font-size: 70px;
}
}

@media screen and (max-width: 1024px) {
#articleInfo16 .item > div, #articleInfo16 .item .info{
    float: none;
    width: 100%;
    margin: 0;
}
#articleInfo16 .item .photo{
}
#articleInfo16 .item .photo:after{display: none;}
#articleInfo16 .item .info h5{font-size: 40px;-webkit-text-stroke: 1px rgb(179 179 179 / 41%);top: 20px;}
}

@media screen and (max-width: 768px) {
	#articleInfo16 .item .info {
		margin: 0;
		width: 100%;
	}

	#articleInfo16 .item:nth-child(2n) .info h5 ,
	#articleInfo16 .item:nth-child(2n) .info h3 {
		margin: 0 auto 0 0;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo16 .item > div ,
	#articleInfo16 .item:nth-child(2n) > div {
		float: none;
	}
	#articleInfo16 .item .photo:before{
    font-size: 45px;
    bottom: -7px;
}
	#articleInfo16 .item .photo {
		position: relative;
		margin: 0 auto 10px;
		width: 100%;
		display: block;
	}

	#articleInfo16 .item .info h3 ,
	#articleInfo16 .item:nth-child(2n) .info h5 ,
	#articleInfo16 .item:nth-child(2n) .info h3 {
		margin: 0;
		padding: 0 0 10px;
		width: 100%;
		position: relative;
	}
	#articleInfo16 .item .info h5{
    position: initial;
    font-size: 35px;
}
	#articleInfo16 .item .info article{
    margin: 30px 0;
}
}
