Overwrite CSS with without deleting it

Assuming you have your child theme set up correctly, placing the following CSS in it which simply resets some of the preset values should get you all the way there.

.et_pt_portfolio_entry {
    border: none;
    border-bottom: none;
    background: transparent; 
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
    margin-bottom: 7px;
}