#products .productList >div,
#products .productList >div:nth-child(4n){
	width: 32%;
	margin-right: 1%;
}
#products .productList >div:nth-child(3n){
    margin-right: 0;
}
.productList-info{
	position:relative;
}
.productList-info .photo{
}
.productList-info .photo a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.productList-info .productList-detail{
	position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    left: 0;
    width: 80%;
    color: #fff;
    padding: 0px 10%;
}
.productList-info .productList-detail .enname{
	font-size:14px;
	border-top:2px solid #fff;
	padding-top:10px;
}
.productList-info .productList-detail h3{
	font-size:20px;
	padding-bottom:15px;
}
.productList-info .productList-detail h3 a{
	color:#fff;
}
@media screen and (max-width: 980px) {
	#products .productList >div,
	#products .productList >div:nth-child(4n),
	#products .productList >div:nth-child(3n){
		width: 49%;
		margin-right: 1%;
	}
	#products .productList >div:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.productList-info .productList-detail h3{
		font-size: 16px;		
	}
	.productList-info .productList-detail .enname{
		font-size: 12px;		
	}
}