.custom_imagebox_full {
	padding: 10px 0;
}
.custom_imagebox_full img {
	width: 100%;	
}
.custom_imagebox_full .content {
	max-width: 1200px;
	margin: 10px auto;
}

.custom_imagebox_full .title {
	font-weight: bold;
}

.custom_imagebox_full .credit {

}

.custom_imagebox_full .credit .fa {
	margin-right: 10px;
}

@media only screen and (max-width: 64em) {
	.custom_imagebox_full .content {
		padding: 0px 10px;
	}
}
