body {
    margin: 0;
}
.xmastreemas{    
    mask: url(/images/treemask.png) center/auto 25vh no-repeat exclude, linear-gradient(#000 0 0);
}





.videoView p {
    position: absolute;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #007f8b;
    color: #fff;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    z-index: 2;
    font-size: 12px;
    margin: 0;
}
    

.highlighter {
    background: rgba(0, 255, 0, 0.25);
    border: 1px dashed #fff;
    z-index: 1;
    position: absolute;
}

