article a
{
	display: inline-block !important;
	margin:  0 0 0 0      !important;
}

article img
{
	width:  200px;
	height: auto;
}

/* ------------------------------ */
/* -----     RESPONSIVE     ----- */
/* ------------------------------ */

@media only screen and (min-width: 300px)
{
	article img
	{
		width:  240px;
		height: auto;
	}
}

@media only screen and (min-width: 360px)
{
	article img
	{
		width:  320px;
		height: auto;
	}
}

@media only screen and (min-width: 768px)
{
	article img
	{
		width:      480px;
		height:     auto;
	}
}