The ShortCode for each video has the form : [video v=zkUN7eJIZJc columns=3]
In this example we have set no display for the author, date, etc., and made the title extra small using the following CSS :
<style>
.EDD {
display:none;
}
div .SML {
font-size:12px;
}
</style>