<!DOCTYPE html>
<html>
<body>

<style type="text/css">
video, audio {
   width:100%;
   max-width:600px;
   height: auto;
}
</style>

<%= render @view_module, @view_template, assigns %>

</body>
</html>