
.dc_category_list { display: inline-block; width: 100%; }
.dc_category_list h3{ font-family: 'FianRegular'; }
.dc_category_list .catrow{width: 23%; display: inline-block; padding: 0 10px;}
.dc_category_list .catrow .cat_img a img{ width: auto; height: 300px; }
.dc_category_list .catrow .cat_content { margin: 5px 0 0px 0px;}
.dc_category_list .catrow .cat_content a{ text-decoration: none; }
.dc_category_list .catrow .cat_content a h3{ font-family: 'FianRegular'; margin: 15px 0 0 0; padding: 5px 0; font-size: 23px;}


/* ----------- Mobile view ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

.dc_category_list .catrow{ width: 100%; padding: 0; }
.dc_category_list .catrow .cat_content a h3 {text-align: center;}

}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.dc_category_list .catrow{width: 28%;}
}