- Remove color override
- Simplify how the dynamic label vs cog icon is styled
- Don't use !important, but specificity to override video.js
- Use more isolated method to center the menu.
the default skin has text-transform: lowercase. so if one uses
"HD" and "SD" as resolution labels, it will render as "hd" and "sd"
by default.
override the property so no transformation occurs and the labels
show as the user wants them to show.