div.ccm-page a img {
	border-radius: 12px;
}

.imagetopic2 {
	position: relative;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-family: 'Alegreya Sans';
	font-size: 3em;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 26px;
}

a.imagetopic2:hover {
	text-decoration: none !important;
}

@media (max-width:550px) {
		.imagetopic2 {
			font-size: 2em;
		}
}
@media (min-width:551px) and (max-width:767px) {
		.imagetopic2 {
			font-size: 2.8em;
		}
}
@media (min-width:768px) and (max-width:991px) {
		.imagetopic2 {
			font-size: 1.8em;
		}
}
@media (min-width:992px) and (max-width:1199px) {
		.imagetopic2 {
			font-size: 2.5em;
		}
}
