.big-tile {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-bottom: 1em;
}

.big-tile .big-tile-text {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.big-tile .big-tile-text p {
	font-size: 8pt;
	margin: 0;
}

.big-tile img {
	width: 100px;
	margin: 0 auto;
	float: left;
	margin-right: 10px;
}

@media screen and (min-width: 641px) {

	.big-tile {
		padding: 1em;
	}

	.big-tile .big-tile-text {
		padding: 1em;
	}
	
	.big-tile img {
		float: none;
		width: auto;
		max-height: 200px;
		margin: 0;
	}
	
	.big-tile:hover .big-tile-text {
		background-color: #e7eef6;
		color: #1d456e;
	}
	
}

@media screen and (min-width: 961px) {
	.big-tile .big-tile-text p {
		font-size: 10pt;
	}
}


@media screen and (min-width: 1025px) {
	
	.big-tile {
		min-height: 325px;
	}
	
}