.park article{
	padding-top: 40px;
	padding-bottom: 40px;
}
.park a{
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}
.park a:hover::after{
	left: 0;
}
.park a::after{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	background-image: url('../img/zoom.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.park article:nth-child(2n){
	background-color: #f2f2f2;
}
.park article:nth-child(2n+1) button{
	float: right;
}
.park article:nth-child(2n) .content{
	flex-direction: row-reverse;
}
.park article .content .images{
	width: 250px;
}
.park article .content .paragraph{
	width: 650px;
}