/*------ reduce featured image size in small screen------*/
@media only screen and (max-width: 680px) {
	.posts .entry-media {max-width: 320px; margin: 0 auto; }