.three_up_image .page-item-wrapper .image-holder {
	overflow: hidden;
	height: 184px;
}

.three_up_image .page-item-wrapper h3{
	text-align: left;
	font-size: 16px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0;
	padding: 7px;
	top: 0;
	
}
.three_up_image .page-item-wrapper {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
	height: 240px;
}

.three_up_image .page-item-wrapper img:hover{
	opacity: 0.6;
}