/* schadwick 11826482 + ddcrandyh 03552082 */
.inventory-featured-default.cst-equal-heights .yui3-g {
    display:flex;height:100%;
    & .hproduct {
        display:flex;height:100%;
        & > div {
            flex-direction:column;display:flex;align-items:flex-end; margin-bottom: 40px; 
            & .view-link { margin-top:auto; }
            & > * { width: 100%; }
       }
    }
}