.vjs-watermark {
    position: absolute;
    display: inline;
    z-index: 20000;
	margin-top:50px;
    margin-left:0px;
	font-size:14px;
	color: black;
	font-weight:bold;
	cursor:pointer;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
