.custom_imagebox {
	position: relative;
	margin: 0 -.9375rem;
	background-color: #333;
	border-radius: 6px;
	overflow: hidden;
}
.custom_imagebox .imagebox-sm-image {
	display: none;
	margin: auto;
}
.custom_imagebox .imagebox-lg-image { width: 100%; }
.custom_imagebox .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	padding: 35px 65px;
}
.custom_imagebox .imagebox-title {
	color:white;
	line-height: 70px;
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 20px;
}
.custom_imagebox .imagebox-description {
	color: white;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width: 64em){
	.custom_imagebox {
		margin: 0 -10px;
		border-radius: 0;
	}
	.custom_imagebox .imagebox-sm-image { display: block; }
	.custom_imagebox .imagebox-lg-image { display: none; }
	.custom_imagebox .text { position: relative; }
}

@media screen and (max-width: 40em){
	.custom_imagebox { padding: 35px 15px; }
	.custom_imagebox .imagebox-title {
		font-size: 27px;
		line-height: 30px;
	}
	.custom_imagebox .text { padding: 0; }
	.custom_imagebox .imagebox-description { line-height: 30px; }
}
