.ce_lmf_exhibition_start {
	background-color: #EAEAEA;	
}
.ce_lmf_exhibition_start_image {
	max-width: 300px;
	display: inline-block;
	vertical-align: top;
}
.ce_lmf_exhibition_start_image img {
	width: 300px;
	display: block;
}
.ce_lmf_exhibition_start_text {
	max-width: 830px;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
}
.ce_lmf_exhibition_start_text h3 {
	font: 20px/100% 'Roboto',serif;
	font-weight: 500;
}
.ce_lmf_exhibition_start_text .more a {
	color: #B71234;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}
.ce_lmf_exhibition_start_text .more a::after {
	padding-left: 5px;
	font-family: 'themify';
	content: '\e628';
}

/*** DESKTOP ***/
@media screen and (max-width: 1280px) {
	.ce_lmf_exhibition_start_text {
		max-width: 610px;
	}
}

/*** TABLET ***/
@media screen and (max-width: 1024px) {
	.ce_lmf_exhibition_start_text {
		max-width: calc(99% - 340px);
	}
}

/*** SMARTPHONE ***/
@media screen and (max-width: 768px) {
	.ce_lmf_exhibition_start_image {
		max-width: 100%;
	}
	.ce_lmf_exhibition_start_image img {
		width: 100%;
	}
	.ce_lmf_exhibition_start_text {
		max-width: 100%;
	}
}