{% assign container_class = 'container' %} {% if feature.p_full_width_container %} {% assign container_class = 'container-fluid' %} {% endif %} {% assign col_class = '' %} {% assign section_bg_image_path = '' %} {% if feature.i_bg_image %} {% capture image_loc %}{% picture direct-url_1064 pages/{{feature.i_bg_image }} %}{% endcapture %} {% assign section_bg_image_path = image_loc %} {% assign col_class = col_class | append: ' bg-cover bg-size-cover' %} {% endif %} {% if feature.p_parallax %} {% assign col_class = col_class | append: ' parallax text-white'%} {% endif %} {% assign bg_video_src = 'mp4:' | append: feature.p_video_link_mp4 %} {% assign bg_video_src = bg_video_src | append: ',webm:' | append: feature.p_video_link_webm %} {% assign bg_video_src = bg_video_src | append: ',ogv:' | append: feature.p_video_link_ogv %} {% picture width_250 pages/{{feature.i_company_icon}} alt="{{feature.i_company_icon | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {{ feature.t_subheadline }} {{ feature.t_description }} {% if feature.i_author_image %} {% picture author_pic pages/{{ feature.i_author_image }} alt="{{ feature.i_author_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="testimonial-img" %} {% endif %} {{feature.t_name}} {{ feature.t_company }} {% picture width_70 pages/customer-video-play.png alt="{{ "customer-video-play.png" | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% if feature.i_image %} {% picture width_1000 pages/{{feature.i_image}} alt="{{ feature.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% endif %} {% assign columnCount = 0 %} {% for column in feature.buttons %} {% assign columnCount = columnCount | plus: 1 %} {% if column.hasExpandedDiv %} {% if column.t_expandedDivDescription %} {{ column.t_expandedDivDescription }} {% endif %} {% endif %} {% endfor %}
{{ feature.t_subheadline }}
{{ feature.t_description }}
{{ feature.t_company }}
{{ column.t_expandedDivDescription }}