i have an issue with the theme i am developing for my blog (example), where below a video, there is a “extra” space/padding to its border

basically, i have a
<div class="media"> ... embeded stuff ... </div>
.media { border: 5px solid #CCC }
something like that
just add this to your css:
(or, alternatively, set
line-hightto 0 for your .media)