@media only screen and (min-width: 1400px) {
    .dmg_results_listing {
        width: 23%;
    }    

    .dmg_results_listing_link {
        height: 270px;
    }
}

.dmg_listing_type {
    width: calc(100% - 80px);
}