<div>
<div class="row">
- <div class="small-12 medium-4 columns"><?php echo get_the_post_thumbnail($post->ID, array(120, 100), array('class' => 'blog-excerpt-img-wrap')); ?></div>
+ <div class="small-8 small-centered medium-4 medium-uncentered columns"><?php echo get_the_post_thumbnail($post->ID, array(190, 190), array('class' => 'blog-excerpt-img-wrap')); ?></div>
<div class="small-12 medium-8 columns">
<h3 class="title-posts" href="<?php the_permalink(); ?>"><?php the_title(); ?></h3>