.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-horizontal {
    width: 0em;
    height: 3em;
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
    width: 5em !important;
    height: 3em !important;
}

.vjs-resize-manager {
    border: 0;
}

video,
#video,
.video-js,
.vjs-sublime-skin {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}

img#vjs-logobrand-image {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 10;
	transition: visibility 0.1s ease 0s, opacity 0.1s ease 0s;
    visibility: visible;
}
.vjs-user-inactive img#vjs-logobrand-image {
	visibility: hidden;
}
.vjs-user-inactive.vjs-paused img#vjs-logobrand-image {
	visibility: visible;
}
.vjs-ad-playing a#vjs-logobrand-image-destination {
	display: none;
}

video[poster] {
	object-fit: cover;
}

.vjs-poster {
	background-size: cover;
	background-position: inherit;
}

#dvr-vid {
	width: 320px;
	height: 270px;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
	box-shadow: 0 0 0 100vh rgba(0, 0, 0, .7);
	position: absolute;
}

#dvr-vid:before {
	content: '';
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

#dvr-vid>div {
	position: relative;
	z-index: 2
}

#dvr-vid>a {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	border: 3px solid #fff;
	background-color: #ef3e3e;
	text-decoration: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	z-index: 3
}

#dvr-vid>a:hover {
	top: -11px
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

.tt-cn,
.tt-rl {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.tt-cn {
	z-index: 11;
	background-color: rgba(0, 0, 0, .85);
	height: 100%
}

.tt-rl {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3
}

.tt-rl>* {
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto
}

.pst {
	width: 25%;
	padding: 1px
}

#tt-nv,
.pst a>span,
.pst img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.pst>a {
	display: block;
	padding-top: 75%
}

.pst a>span,
.pst img {
	position: absolute
}

.pst img {
	z-index: 1;
	padding: 1px;
	background-color: #000
}

.pst a>span {
	z-index: 2;
	background-color: rgba(0, 0, 0, .85);
	padding: .5rem;
	font-size: 1.2rem;
	color: #fff;
	transition: all .2s;
	opacity: 0;
	overflow: hidden;
	line-height: 22px
}

.bt-rp,
.bt-sh,
.ttl {
	line-height: 2rem;
	color: #fff
}

.pst a:hover>span {
	opacity: 1
}

.pst a>span span {
	display: block;
	font-size: 1rem;
	opacity: .5
}

.bt-rp,
.bt-sh,
.tt-sh {
	display: inline-block
}

.pst a>span strong {
	text-align: right;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	opacity: .3;
	font-size: .8rem
}

.bt-sh,
.tt-sh {
	position: relative
}

.tt-bt,
.ttl {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	text-align: center;
	/*padding-top: 1rem*/
}

.tt-bt {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.bt-rp,
.bt-sh {
	background-color: rgba(0, 0, 0, .5);
	border: 0;
	padding: 0 1rem;
	font-size: .8rem;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer
}

.bt-rp:hover,
.bt-sh:hover {
	background-color: #000
}

.bt-sh {
	z-index: 10
}

#tt-nv {
	position: fixed;
	z-index: 9;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: rgba(255, 255, 255, .6);
	display: none
}

#tt-nv:checked,
#tt-nv:checked~nav {
	display: block
}

.tt-sh nav {
	position: absolute;
	z-index: 10;
	bottom: 2.5rem;
	width: 160px;
	left: 50%;
	margin-left: -80px;
	background-color: rgba(0, 0, 0, .7);
	font-size: 0;
	padding: 1rem 0;
	border-radius: 5px;
	display: none
}

.tt-sh nav:before {
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
	width: 0;
	position: absolute;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(0, 0, 0, .7)
}

.fc,
.tw,
.ws {
	background-image: url(tics.png);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: inline-block;
	margin: 0 3px;
	transition: all .2s;
	position: relative
}

.tt-rl {
	width: 95%;
	height: 100%
}

.tt-cn {
	position: absolute;
	width: 100%;
	height: 100%;
}

.pst {
	position: relative
}

.fc:hover,
.tw:hover,
.ws:hover {
	top: -2px;
	opacity: .8
}

.fc {
	background-color: #5e81d3
}

.tw {
	background-position: -40px 0;
	background-color: #42c0f3
}

.ws {
	background-position: -80px 0;
	background-color: #1ad722
}

.ttl {
	font-size: 14px;
	/*font-weight: 400;
	padding-top: 0;
	padding-bottom: 1rem*/
}

@media (max-width:600px) {
	.tt-cn {
		padding: 0 20px
	}
	.pst {
		display: none
	}
	.pst:first-of-type,
	.pst:first-of-type+.pst,
	.pst:first-of-type+.pst+.pst,
	.pst:first-of-type+.pst+.pst+.pst {
		width: 50%;
		display: block
	}
	.pst>a {
		padding-top: 50%
	}
	#dvr-vid {
	    display: none !important;   
	}
	}
}