<?php if ( 0 >= avada_number_of_featured_images() && !has_post_thumbnail()) { ?>
<div id="featured-image"
- style="<?php echo 'background-image: url('.get_template_directory_uri().'/assets/images/default-header.jpg);height:0;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;'?>"
+ style="<?php echo 'background-image: url('.get_template_directory_uri().'/assets/images/default-header.jpg);height:0;padding:0;padding-bottom:20%;width:100%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;'?>"
class="post-slideshow">
</div>
<?php } ?>