#action_items { position: relative; }
#action_items h2 { position: absolute; top: 170px; width: 100%; }
#action_items > table { margin-bottom: 70px !important; }
.product_item_hover { padding: 0 !important; }
.product_item_hover_control { display: none !important; }
.product_list_cell { width: 33.3%; }
@media screen and (max-width: 760px) {
    .product_list_cell { width: 50%; }
    #action_items h2 { top: 260px; }
}
