.categoryBox {
	width:320px;
  height:490px;
	float:left;
	margin: 10px;
	border:2px solid #f1f1f1;
	overflow:hidden;
}
.categoryBoxMin {
  width:320px;
  float:left;
  margin:10px;
  border: 2px solid #f1f1f1;
  overflow:hidden;
  height:360px;
}
.categoryImage {
	text-align:center;
	width: 100%;
	height:250px;
	overflow:hidden;
}

.categoryImage > img{
	height:100%!important;
}

.categoryText {
	background:#fff;
	padding: 20px;
}
.categoryText h5,.categoryText p {
}
a .categoryText p, .categoryText p a {
	font-weight:normal !important;
}

@media(max-width:768px){
  .categoryBox {
    float: none;
    margin: 20px auto;
    height: unset;
  }
.categoryBoxMin {
    float: none;
    margin: 20px auto;
    height:unset;
}