</span>
                <p class="title">
                  <?php 
        print $video_item->title;
        ?>
                </p>
                
                <?php 
        //$allowable_tags = '<i><a>';
        $field_description = strip_tags($video_item->field_description['und'][0]['value'], $allowable_tags);
        ?>
                
                
                <p class="description">
                  <?php 
        print custom_block_truncate($field_description, $length = 125, array('html' => true, 'ending' => ' . . .', 'exact' => FALSE));
        ?>
  
                </p>
                <span class="series-title" style="font-style:italic;"><?php 
        print $node['series_title'];
        ?>
</span>
                <span class="watch-now-mobile">Watch Now &raquo;</span>
              </span>
            </a>  
          </li>      
        <?php 
    }
    ?>
      </ul>
">
                <?php 
            //print drupal_render($img_src);
            ?>
                
                <img src="<?php 
            print $img_src;
            ?>
" />
                <span class="overlay">
                  <!--<span class="play-button">
                    <i class="icon glyphicon glyphicon-play-circle" aria-hidden="true"></i>
                  </span>-->
                  <p class="title">
                    <?php 
            print custom_block_truncate($show_node->title, $length = 45, array('html' => false, 'ending' => ' . . .', 'exact' => FALSE));
            ?>
                  
                  </p>
                  <p class="description">
                    <?php 
            //print $show_description;
            ?>
                  </p>
                  <span class="series-title" style="font-style:italic;"><?php 
            print $series_title;
            ?>
</span>
                  <span class="watch-now-mobile">Watch Now &raquo;</span>
                </span>
              </a>