p.VideoPlayer
{
    position: relative;
}

p.VideoPlayer > span.VideoChapters
{
    padding-top: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 2;
    display: inline-block;
    color: #999;
}

section#converter h1
{
    /* wider title for this video */
    margin-left: -80px;
    margin-right: -80px;
}

section#converter + section
{
    display: none;
}