div.ccm-page img {
	border-radius: 0px;
}

.bottom-margin {
	margin-bottom: 26px;
}

.imagetopic {
	position: relative;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-family: 'Alegreya Sans';
	font-size: 3em;
	font-weight: 700;
	line-height: 1.0 !important;
	margin: -3.4em 2em 3.0em 2em;
}

@media (max-width:767px) {
		.imagetopic {
			font-size: 1.5em;
			margin-top: -14%;
			margin-bottom: 14%;
		}
}
@media (min-width:768px) and (max-width:991px) {
		.imagetopic {
			font-size: 2em;
		}
}
@media (min-width:992px) and (max-width:1199px) {
		.imagetopic {
			font-size: 2.5em;
		}
}
