/* Regular tweaks
---------- */
.intro-links {
	margin-top: -6rem;
}

.region-wrapper {
	clear: both; 
	margin-bottom: 40px; 
	overflow: hidden;
}

.region-wrapper img {
	width: 250px;
	height: 250px;
	float: left;
	margin: 0px 20px 10px 0px;
	border-radius: 4px;
}

.region-wrapper h3 {
	font-size: 1.5em;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

figure img {
	border-radius: 4px;
}


/* Mobile tweaks
---------- */

@media screen and (max-width: 760px) {
	.intro-links {
		margin-top: 6rem;
	}
	
	.region-wrapper img {
		width: 150px;
		height: 150px;
	}
}