Hi Stefan,
Sorry about that. Here's the code:
.clear {
clear: both;
display: block;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
* html .clearfix,
*:first-child+html .clearfix {
zoom: 1;
}
I'll get it added below the video in a few minutes.
Kind regards,
Nick