.cagolab_category_contents_image {
	background: #ddd no-repeat center center;
	background-size: cover;
	min-height: 400px;
	max-height: 400px;
}

.cagolab_category_contents_description {
	margin: 20px;
	padding: 30px;
	/*border-top: 1px solid #D9D9D9;*/
	border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width: 480px) {
	.cagolab_category_contents_image {
		min-height: 320px;
		max-height: 320px;
		margin-top: 20px;
	}

	.cagolab_category_contents_description {
		padding: 20px;
		margin: 20px 5px;
	}
}