/* Framework override */
#dcf-main .me-cannotplay span {
    /* Fix contrast error found by axe (text was hidden by container because there was too much paddding) */
    padding: .5em;
    display: inline;
}
#dcf-main .me-cannotplay img {
    /* Some browsers (phantomjs and maybe others) will incorrectly display the poster image, which pushes link text out of view. */
    display: none;
}
