[data-jfvp] {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
	background: transparent;
	line-height: 0.01;
}
[data-jfvp] a:hover, [data-jfvp] a:focus, [data-jfvp] a:visited {
	outline: none;
	text-decoration: none;
}
[data-jfvp], [data-jfvp] * {
	box-sizing: border-box;
	color: white;
}
[data-jfvp] > div:first-child {
	display: inline-block;
	position: relative;
	line-height: 1.0;
	width: auto;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
}
[data-jfvp] video, [data-jfvp] canvas {
	position: relative;
	z-index: 1;
	object-fit: contain;
	display: block;
	width: auto;
	max-width: 100%;
	height: 100%;
}
[data-jfvp] video ~ img, [data-jfvp] canvas ~ img {
	position: absolute;
	z-index: 2;
	opacity: 0.25;
	text-align: center;
	top: 10%;
	right: 10%;
	max-width: 50%;
	max-height: 50%;
}
[data-jfvp] .cam-controls-middle {
	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;
}
[data-jfvp] .cam-controls-middle > .spinner {
	top: 0.5em!important;
	margin: 0 auto;
}
[data-jfvp] .cam-control, [data-jfvp] .cam-progress:hover {
	cursor: pointer;
}
[data-jfvp] .cam-controls-aside {
	position: absolute;
	z-index: 10;
	bottom: 1.20em;
	right: 0;
	padding-right: 1.20em;
	text-align: right;
}
[data-jfvp] .cam-controls-aside .cam-control {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	opacity: 0.5;
	visibility: hidden;
}
[data-jfvp] .cam-controls-aside .cam-control:hover {
	background: rgba(0, 0, 0, 0.75);
	opacity: 1.0;
}
[data-jfvp] .cam-controls-aside i {
	color: white;
	text-shadow: 0px 0px 2px #000000;
	font-size: 0.60em;
}
[data-jfvp] .cam-controls-aside .cam-control:hover > i {
	text-shadow: none;
}
[data-jfvp] .cam-controls-aside > a  {
    width: 1.20em;
    height: 1.20em;
    text-align: center;
}
[data-jfvp] .cam-controls-aside > div {
	padding-right: 10px;
	padding-left: 10px;
    height: 0.80em;
	margin: 0.20em 0.75em;
}
[data-jfvp] .cam-controls-aside > div:hover {
	width: auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
[data-jfvp] .cam-controls-aside > div > i {
	min-width: 1.00em;
	margin-left: 10px;
	text-align: left;
    vertical-align: top;
	margin-top: 0.2em;
}
[data-jfvp] .cam-controls-aside > a:hover {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
[data-jfvp] .cam-volume-slider {
	display: none;
	width: 100px;
	margin: 0 10px;
	height: 0.15em;
}
[data-jfvp] .cam-control:hover > .cam-volume-slider {
	display: inline-block;
	vertical-align: top;
	margin-top: 0.325em;
}
[data-jfvp] .cam-progress {
	background: gray;
}
[data-jfvp] .cam-progress > div:first-child {
	position: absolute;
	background: #08c;
}
[data-jfvp] .cam-cursor {
	position: absolute;
	top: 50%;
	width: 0px;
	height: 0px;
}
[data-jfvp] .cam-cursor > div {
	position: absolute;
	width: 0.36em;
	height: 0.36em;
	left: -0.18em;
	top: -0.18em;
	background: white;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
[data-jfvp] .cam-controls-bottom {
	position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    z-index: 2;
	visibility: hidden;
	height: 1.20em;
	min-height: 42px;
	padding: 0 15px;
}
[data-jfvp]:hover .cam-controls-bottom,
[data-jfvp]:hover .cam-controls-bottom {
	visibility: visible;
}
[data-jfvp] .cam-controls-bottom > div:first-child {
	color: white;
	font-family: 'Arial';
	font-size: 0.25em;
	position: absolute;
	left: 0;
	right: 0;
	padding: inherit;
	top: 29%;
	text-align: center;
}
[data-jfvp] .cam-controls-bottom .cam-progress {
    height: 4px;
	position: relative;
	top: 65%;
}
@media (max-height: 359px) {
	[data-jfvp] {
		max-height: 100%;
		max-width: calc(100vh * 1.7778);
		max-width: -webkit-calc(100vh * 1.7778);
	}
}
@media (orientation: portrait) and (max-width: 639px) {
	[data-jfvp] {
		max-width: 100%;
		max-height: calc(100vw * 0.5625);
		max-height: -webkit-calc(100vw * 0.5625);
	}
}
@media (orientation: portrait) {
	[data-jfvp] > div {
		width: 100%;
		height: auto;
		min-width: 100%;
	}
	[data-jfvp] video {
		height: auto;
		width: 100%;
	}
}
@media (hover: none) {
	[data-jfvp] .cam-controls-aside > *:hover {
		background: transparent;
		border-radius: 0%;
		opacity: 0.5;
	}
	[data-jfvp] .cam-controls-aside > *:hover > i {
		text-shadow: initial;
	}
	[data-jfvp] .cam-controls-aside > *:active {
		background: rgba(0, 0, 0, 0.65);
		border-radius: 50%;
		opacity: 1.0;
	}
	[data-jfvp] .cam-controls-aside > *:active > i {
		text-shadow: none;
	}
}
@supports (-webkit-touch-callout: none) {
	.ios-fullscreen {
		height: -webkit-fill-available!important;
	}
	.ios-fullscreen {
		position: static;
		left: 0;
		top: 0;
		width: 100%!important;
		z-index: 1000000000;
	}
	[data-jfvp] video {
		max-width: 100%;
	}
	[data-jfvp].ios-fullscreen video,
	[data-jfvp].ios-fullscreen canvas
		max-width: unset;
	}
}
.macos:-webkit-full-screen {
	height: 100vh!important;
	width: 100%!important;
}
.macos:fullscreen {
	height: 100vh!important;
	width: 100%!important;
}
