.custom_imagebox {
	margin-bottom: 30px;
}
.custom_imagebox .content p.small{
	display: none;
}
.custom_imagebox .content .btn,
.custom_imagebox.overlay .btn-link {
	text-transform: uppercase;
}
/*   Imagebox with Overlay   */
.custom_imagebox.overlay {
    max-width: 505px;
    margin-left: auto;
    margin-right: auto;
}
.custom_imagebox.overlay .imagebox.clearfix { padding-bottom: 24px; }

@media(max-width: 64em) {
	.custom_imagebox.overlay { max-width: none;	}
	.custom_imagebox.overlay .imagebox.clearfix {
    	padding-bottom: 0px;
	}
}

@media(max-width: 40em) {
	.custom_imagebox .content p.small {
		display: block
	}
	.custom_imagebox .content p.large {
		display: none;
	}
}
@media(max-width: 600px) {
	.custom_imagebox.overlay .imagebox.clearfix {
    	padding-bottom: 24px;
	}
	.custom_imagebox.overlay { max-width: 505px; padding: 0px 10px; }
}