.article {
	background:#fff;
	border-radius:8px!important;
	font-family:roboto;
	box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	}
.article:hover {
	transform:scale(1.02);
	}
.article-intro-image img {
	margin:auto;
	}
