
div.left_img {
	position: relative;
	max-width: 320px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 1px;
	/* border:1px solid red; */
}
div.left_img > div a img {
	width: auto;
	max-width: 300px;
	height: auto;
}
div.left_img > div img {
	width: auto;
	max-width: 300px;
	height: auto;
}
div.left_img > div p {
	max-width: 320px;
}
div.right {
	display: block;
	position: relative;
	width:auto;
	min-width:200px;
    float:left;
    clear:right;
}
a.readmore {
	background: url('/tpl_test/readmore.png') no-repeat top left;
	background-size: contain;
	display: block;
	height: 30px;
	width: 87px;
}

@media only screen and (min-width: 568px) {
	div.left_img {
		max-width:340px;
	}
	div.left_img > div p {
		max-width: 320px;
	}
	div.left_img > div a img {
		max-width:320px;
	}
	div.left_img > div img {
		max-width:320px;
	}
	div.right {
		float:none;	
	}
}

@media only screen and (min-width: 968px) {
	div.left_img {
		max-width:460px;
	}
	div.left_img > div p {
		max-width: 450px;
	}
	div.left_img > div a img {
		max-width:450px;
	}
	div.left_img > div img {
		max-width:450px;
	}

}