<div id = "video">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/<?php echo get_field( "video", $post_id ); ?>?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<?php if get_field( "video", $post_id ) : ?>
<div id = "video">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/<?php echo get_field( "video", $post_id ); ?>?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<?php endif; ?>