.ch-item, .ch-item2{
	width: 100%;
	position: relative;	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-position: 0 center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.mediabox .ch-item{
	height: auto !important;
}
.ch-item img{
	position: relative;
	z-index: -1;
	float: none;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
.ch-item2{
	margin-bottom: 10px;
	height: 215px;
}
.ch-info{
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden; /*for a smooth font */
}
.chinfo{
	width: 95px;
	height: 22px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-style: normal;
	font-family: 'open_sansregular';
	text-shadow: 0 0 15px #000;
	margin: 0;
	text-align: center;
}
.ch-item:before,
.ch-item2:before{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	box-shadow: none;
}
.ch-item:hover,.ch-item2:hover{
	box-shadow: inset 0 0 0 180px rgba(136, 136, 0, 0.4);
}
.ch-item:hover .ch-info,
.ch-item2:hover .ch-info{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}