If you are including a third party video from a service like YouTube in a widget or on a custom page, you should wrap that embed code with a Foundation .flex-video class, like so:
<div class="flex-video">
Video Embed Code Here
</div>
That will make sure that the video sizes correctly on different screen sizes.