Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
Video module responsive
I future if it´s possible the video module window fit the space where is in. In this mobile world all the structure are responsive but the video.

Comments
Edit the line ~#44 from
<div class="video media"{if $config.use_lightbox} style='display:none'{/if}><div class="video media"{if $config.use_lightbox} style='display:none'{else} style="width:80%;max-width:960px;margin:0 auto;"{/if}><video class="{$config.video_style}" width="{$item->width|default:$config.video_width}" height="{$item->height|default:$config.video_height}"<video class="{$config.video_style}" style="width:100%;height:100%;" width="{$item->width|default:$config.video_width}" height="{$item->height|default:$config.video_height}"