<?php $thumbnail = wp_get_attachment_image_src( $post_image_id, false); ?>
<!--block div -->
- <div id="block-<?php echo $count; ?>" class="small-12 columns blocks" style="background: url('<?php echo $thumbnail[0]; ?>') no-repeat scroll center center;">
+ <div id="block-<?php echo $count; ?>" class="small-12 columns blocks" style="background: url('<?php echo $thumbnail[0]; ?>') no-repeat scroll center center; background-size: 100%;">
<?php if($block->url):?>
<a href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
<?php endif;?>