The quickest way would possibly be just to add a margin around the video (
style="margin:10px;"), for example:
Code:
<iframe style="margin:10px;" width="560" height="315" src="https://www.youtube.com/embed/XQu8TTBmGhA" frameborder="0" allowfullscreen></iframe>
For better accessibility and responsiveness you may want to look at creating a wrapper around the iframe so that it fits on the screen better if viewed on mobiles or smaller screens.