body > .jf-player_wrapper {
	background: #000000;
	height: 100vh;
}
[class*="jf-"] a:hover, [class*="jf-"] a:focus, [class*="jf-"] a:visited {
	outline: none;
}
[class*="jf-"] button:focus, [class*="jf-"] button:active {
	outline: none;
}
[class*="jf-"] div.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
[class*="jf-"] div.table > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}
.jf-flex-center {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;		
}
.jf-player_wrapper, .jf-player_wrapper * {
	box-sizing: border-box;
	color: white;
}
.jf-player_wrapper {
	text-align: center;
}
.jf-player_wrapper > div {
	height: 100%;
	position: relative;
	background: transparent;
	line-height: 0.01;
}
.jf-player_wrapper > div > div {
	display: inline-block;
	position: relative;
	line-height: 1.0;
	width: auto;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
}
.jf-player_wrapper img {
	position: absolute;
	z-index: 2;
	opacity: 0.25;
	text-align: center;
	top: 10%;
	right: 10%;
	max-width: 50%;
	max-height: 50%;
}
.jf-player_wrapper video, .jf-player_wrapper [data-role="video"] {
	position: relative;
	z-index: 1;
	object-fit: contain;
	display: block;
	width: auto;
	max-width: 100%;
	height: 100%;
}
.jf-controls_state {
	position: absolute;
	z-index: 10;
	top: 50%;
	padding: 15% 0;
	margin-top: calc(-0.5em - 15%);
	margin-top: -webkit-calc(-0.5em - 15%);
	width: 100%;
	text-align: center;
}
.jf-controls_av {
	display: inline-block;
	position: absolute;
	z-index: 10;
	bottom: 1.2em;
	right: 0;
	padding-right: 1.2em;
	text-align: right;
	font-size: 0.6em;
}
.jf-controls_av > a {
	text-decoration: none;
	display: inline-block;
	opacity: 0.5;
	margin-left: 1em;
	visibility: hidden;
}
.jf-controls_av > a:hover {
	background: rgba(0, 0, 0, 0.65);
	border-radius: 50%;
	opacity: 1.0;
}
.jf-controls_av > a:hover > i {
	text-shadow: none;
}
.jf-controls_av > a > i {
	height: 2.0em;
	width: 2.0em;
	line-height: calc(2.0em + 2px);
	color: white;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0px 0px 1px #000000;
}
.jf-controls_av > a[class*="volume"]:hover {
	width: auto;
	border-radius: 0.85em;
}
.jf-controls_av a > [class*="slider"] {
	display: none;
	vertical-align: middle;
	font-size: 0.66rem;
	width: 0em;
}	
.jf-controls_av > a:hover > [class*="slider"] {
	display: inline-block;
	width: 6em;
	transition: width 2s linear;
	margin-left: 0.85rem;
}
@media (orientation: portrait) {
	.jf-player_wrapper > div > div {
		width: 100%;
		height: auto;
		min-width: 100%;
	}
	.jf-player_wrapper video, .jf-player_wrapper [data-role="video"] {
		height: auto;
		width: 100%;
	}
}
@media (hover: none) {
	.jf-controls_av > a:hover {
		background: transparent;
		border-radius: 0%;
		opacity: 0.5;
	}
	.jf-controls_av > a:hover > i {
		text-shadow: initial;
	}
	.jf-controls_av > a:active {
		background: rgba(0, 0, 0, 0.65);
		border-radius: 50%;
		opacity: 1.0;
	}
	.jf-controls_av > a:active > i {
		text-shadow: none;
	}
	.jf-controls_av > a:hover > [class*="slider"] {
		width: 9em;
	}
}
@supports (-moz-appearance:none) {
	.jf-controls_av > a > i {
		line-height: calc(1.95em + 2px);
	}
}
@supports (-webkit-touch-callout: none) {
	body > .jf-player_wrapper, .jf-ios-fullscreen {
		height: -webkit-fill-available!important;
	}
	.jf-ios-fullscreen {
		position: static;
		left: 0;
		top: 0;
		width: 100%!important;
		z-index: 1000000000;
	}
	.jf-player_wrapper video {
		max-width: 100%;
	}
	.jf-player_wrapper .jf-ios-fullscreen video {
		max-width: unset;
	}
}
.jf-macos:-webkit-full-screen {
	height: 100vh!important;
	width: 100%!important;
}
.jf-macos:fullscreen {
	height: 100vh!important;
	width: 100%!important;
}