/*! videojs-logo - 2016-3-3
 * Copyright (c) 2016 FaceTheme
 * Forked from: https://github.com/Mewte/videojs-logobrand
 * and https://github.com/xbgmsharp/videojs-watermark
 * Modified by Tan Vu
 * @version 1.0.0 support videojs-5*/

.vjs-watermark {
	position: absolute;
	display: inline;
	z-index: 2000;
	top: 10px;
	right: 35px;
}
.vjs-watermark-text {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	opacity: .5
}
.vjs-watermark {
	transition: visibility .1s ease 0s, opacity .1s ease 0s;
	visibility: visible
}
.vjs-logobrand {
	width:90%;
}
.vjs-logobrand:hover {
	opacity: 1
}
.vjs-user-inactive .vjs-watermark {
	visibility: hidden
}
.vjs-user-inactive.vjs-paused .vjs-watermark {
	visibility: visible
}
.vjs-ad-playing a.vjs-logobrand-destination {
	display: none
}
.vjs-watermark {
	visibility: visible;
	z-index: 1;
}


@media only screen and  (max-width: 1200px) {
	.vjs-logobrand {
	opacity: 1;
	width:150px;
}

@media only screen and  (max-width: 800px) {
	.vjs-logobrand {
	opacity: 1;
	width:125px;
}

@media only screen and  (max-width: 600px) {
	.vjs-logobrand {
	opacity: 1;
	width:100px;
}
}
}
}
