/* multivideo css */#playlist{background:linear-gradient(to top, rgba(0,0,5,.1)1%, rgba(253,253,255,.75));border-radius:8px;box-shadow:0 .1vw 2vw .2vw rgba(125,0,0,.2);border:thin groove rgba(124,124,128,1);padding:2vh 1vw 2vh 0} #playlist a{display:block;max-width:95%;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:2vh 0 2vh 2vw;text-decoration:none}#playlist a.currentvid,#playlist a:hover{color:rgba(125,0,0,0.9)}#playlist a:before{display:inline-block;content:"";background:url("../img/play.png") no-repeat;background-size:contain;height:calc(10px + 0.390625vw);width:calc(7px + 1vw)}#playlist a:hover:before,#playlist a.pause:hover:before{background:url("../img/play-hover.png") no-repeat;background-size:contain;height:calc(10px + 0.390625vw);width:calc(7px + 1vw)}#playlist a.currentvid:before{background:url("../img/playing-now.png") no-repeat;background-size:contain;height:calc(10px + 0.390625vw);width:calc(7px + 1vw)}#playlist a.pause:before, #playlist a.currentvid:hover:before{display:inline-block;content:"";background:url("../img/pause.png") no-repeat;background-size:contain;height:calc(10px + 0.390625vw);width:calc(7px + 1vw)}
mark{background:0 0;color:inherit;font-weight:400;margin:0 .66rem}