/* Hack to load these rules on ly with ie */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .vjs-play-control::before,
    .vjs-mute-control::before {
        margin-top: -4px;
        margin-left: -2px;
    }

    .vjs-big-play-button::after {
        margin-top: 7px;
    } 
}