
$(".features ul").collapsorz({
        minimum: 3,
        showText: "More Features", // text for the expand link
        hideText: "Less Features", // text for the collapse link
        wrapLink: '<div class="button-features"></div>' // specify HTML code to wrap around the link        
      });

