.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;
	float: left;
}
#articleInfo16 .item .info:before{content:'ABOUT US';position:absolute;font-weight: bold;color: #e3e3e3;bottom: -45px;font-size: 70px;line-height: 100%;right: -7px;font-family: 'Cabin Sketch', cursive;}
#articleInfo16 .item:after{content:'';position:absolute;width: 100%;height: 25%;background: #eeeeee94;transform: rotate(
42deg);top: 0;right: -429px;z-index: -4;}
#articleInfo16 .item .photo img {
	width: 100%;
	z-index: 10;
}
#articleInfo16 .item .info {
	margin: 50px 7% 0 0%;
	width: 45%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#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;
	left: 0;
}
#articleInfo16 .item .info h3 {
	padding: 60px 0 10px;
	color: #292929;
	border-bottom: 1px #dcdcdc solid;
	font-size: 25px;
	letter-spacing: 1px;
}
#articleInfo16 .item .info article {
	margin: 20px 0 80px 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;
}
#articleInfo16 .item .info:before{
    bottom: 0;
}
#articleInfo16 .item .info h3{
    padding: 10px 0 10px;
}
}

@media screen and (max-width: 1024px) {
	#articleInfo16 .item:after{
    display: none;
}
#articleInfo16 .item > div, #articleInfo16 .item .info{
    float: none;
    width: 100%;
    margin: 30px 0 0;
}
#articleInfo16 .item .photo{
    height: 350px;
    float: none;
}
#articleInfo16 .item .photo:after{display: none;}
#articleInfo16 .item .info h5{font-size: 54px;}
#articleInfo16 .item .info:before{
    bottom: -90px;
    right: 0;
}
}

@media screen and (max-width: 768px) {
	#articleInfo16 .item .info {
		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 h5{
    font-size: 45px;
}
	#articleInfo16 .item .info h5 ,
	#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 article{
    margin: 20px 0 50px 0;
}
#articleInfo16 .item .info:before{
    bottom: -50px;
    right: 0;
    font-size: 40px;
}
}
