.mn-item {
	width: 100%;
	background-color: #fff;
	min-height: 100px;
	padding:0;
	margin: 0 0 10px;
	overflow:hidden
}

.mn-item:hover {
	opacity: 0.8;
}
.mn-item a img {
	width:100%; border:0;
}
.mn-item.h150{
	width: 100%;
	height: 200px;
	overflow:hidden;
}

.mn-item.h200{
	width: 100%;
	height: 220px;
	overflow:hidden;
}

.mn-item.h250{
	width: 100%;
	min-height: 200px;
}
.mn-padding{
	padding: 10px 5px;
}

@media only screen and (min-width:320px) and (max-width:480px){
	.mn-item.h200{height: 160px;}
	.mn-item.h150{height: 145px;}
}

@media only screen and (min-width:360px) and (max-width:767px){
	.mn-item.h200{height: 190px;}
	.mn-item.h150{height: 165px;}
}

@media only screen and (max-width:767px){
	
	.mn-item{margin:0}
}