.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;
}

 .vjs-watermark2 {
   clear:both;
	margin-top:50px;
    margin-left:0px;
	font-size:16px;
	color: black;
	font-weight:bold;
	font-family:"gulim";
	-webkit-text-fill-color: red; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

