.cmbdp_items_wrapper .cmbdp_item_row{
    display: inline-block;
    vertical-align: top;
    margin: 0.5%;
}
.cmbdp_items_wrapper .cmbdp_item_row .cmbdp_item_title{
    text-align: center;
}
.cmbdp_items_wrapper .cmbdp_item_row .cmbdp_item_description{
    text-align: center;
}
.cmbdp_items_wrapper .cmbdp_item_row img{
    max-width: 100%;
    overflow: hidden;
}
.cmbdp_items_wrapper.small .cmbdp_item_row{
    max-width: 11.5%;
}
.cmbdp_items_wrapper.medium .cmbdp_item_row{
    max-width: 24%;
}
.cmbdp_items_wrapper.big .cmbdp_item_row{
    max-width: 32.32%;
}