:root
{

    --position_list_item_cb: relative;
    --vertical-align_list_item_cb: middle;
    --overflow_list_item_cb: hidden;
    --background-color_list_item_cb: #fff;
    --margin_list_item_cb: -1rem 1rem 1rem;
    --z-index_list_item_cb: 3;
    --color_list_item_cb: #1a2930;

    --margin-left_list_item_cb: 1rem;

    --position_list_item_cb__after: absolute;
    --content_list_item_cb__after:"";
    --top_list_item_cb__after:0;
    --left_list_item_cb__after:0;
    --opacity_list_item_cb__after:0;
    --opacity_list_item_cb__hover__after: .5;
    --background-color_list_item_cb__after: rgba(0,0,0,0.4);
    --z-index_list_item_cb__after: 3;

    --position_property_link: relative;
    --display_property_link: block;
    --z-index_property_link: 5;
    --text-decoration_property_link: none;

    --padding_list_item_wrapper: 2rem;

    --display_investment_image: block;
    --height_investment_image: 12rem;
    --overflow_investment_image: hidden;
    --background_investment_image: #c8c8c8;
    --font-size_property_link_h: 1.4rem;
    --font-weight_property_link_h: 700;
}

