.plyr__annotation {
    display: block;
    position: absolute;
    background: rgba(255,0,0,0.5);
    z-index: 9999;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}
