<?php if(have_rows('vid_stend','category_'.$category->term_id)){ ?>
<?php while ( have_rows('vid_stend','category_'.$category->term_id) ) : the_row();
$img = get_sub_field('photo','category_'.$category->term_id);
?>
<?php echo wp_get_attachment_thumb_url($img['ID']); ?>
<?php endwhile; ?>
<?php } ?>