.v-recent-posts a.img-a {
	display: inline-block;
	width: 28%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.v-recent-posts h2,
.v-recent-posts h3 {
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

.v-recent-posts img.size-full,
.v-recent-posts img.size-large,
.v-recent-posts .wp-post-image,
.v-recent-posts .post-thumbnail img {
	display: inline-block !important;
	width: 100% !important;
	height: auto;
	max-width: 95%;
}

.widget .v-recent-posts h2,
.widget .v-recent-posts h3 {
	display: block;
	width: auto;
	max-width: 100%;
	font-size: 16px;
}