@media screen and (max-width: 1200px) {
	

}

@media screen and (max-width: 1100px) {
	.articles .article .left_side,
	.articles .article .right_side {
		float: none;
		width: 100%;
		display: block;
	}
	.articles .article .left_side img {
		float: left;
		width: 30%;
		padding: 0 20px 20px 20px;
	}
}

