.p_products {
	margin: 0;
	padding: 0;
	text-align: center;
}

.content-item {
	height: 239px;
	overflow: hidden;
	position: relative;
	width: 345px;
}
.content-item .overlay {
	border-bottom: 100px solid #B8B8B4;
	border-left: 100px solid transparent;
	bottom: 0;
	height: 0;
	opacity: .8;
	opacity: 1\9;
	position: absolute;
	z-index: 2;
	right: 0;
	/* text-indent: -9999px; */
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width: 0;
}
.content-item:hover .overlay {
	border-bottom: 800px solid #B8B8B4;
	border-left: 800px solid transparent;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
	bottom: 4px;
	color: #fefefe;
	position: absolute;
	right: 15px;
	position: absolute;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 3;
}
.content-item:hover .corner-overlay-content {
	opacity: 0;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content-item .overlay-content {
	bottom: 0;
	color: #222;
	left: 0;
	opacity: 0;
	padding: 20px;
	padding-top: 39px;
	position: absolute;
	right: 0;
	top: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 2;
}
.content-item .overlay-content h2 {
	border-bottom: 1px solid #333;
	padding: 0 0 12px;
}
.content-item:hover .overlay-content {
	opacity: 1;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.img_ser{
	width:100%;
	height:100%;
	overflow: hidden !important;
	position: absolute;
	z-index: 1;
   cursor: pointer;
   cursor: hand;   	
}

/* Landscape phones and down */
@media (max-width: 573px) 
	{
	.content-item
		{
		margin-right: 0;
		margin-left: 0;
		width: 259px !important;
		}
	
	}