[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] div > img {
	position: absolute;
	z-index: 2;
	opacity: 0.25;
	text-align: center;
	top: 10%;
	right: 10%;
	max-width: 50%;
	max-height: 50%;
}
[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 + div {
	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] video + div > .spinner {
	top: 0.5em!important;
	margin: 0 auto;
}
[data-jfvp] video + div > div:only-child {
	cursor: pointer;
}
[data-jfvp] video + div + div {
	display: inline-block;
	position: absolute;
	z-index: 10;
	bottom: 1.2em;
	right: 0;
	padding-right: 1.2em;
	text-align: right;
}
[data-jfvp] video + div + div > * {
	text-decoration: none;
	display: inline-block;
	opacity: 0.5;
	margin-left: 1em;
	visibility: hidden;
	vertical-align: middle;
	font-size: 0.6em;
}
[data-jfvp] video + div + div > *:hover {
	background: rgba(0, 0, 0, 0.75);
	border-radius: 50%;
	opacity: 1.0;
	cursor: pointer;
}
[data-jfvp] video + div + div > *:hover > i {
	text-shadow: none;
}
[data-jfvp] video + div + div > a {
	margin-left: 1em;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.2;
    text-align: center;
}
[data-jfvp] video + div + div i {
	color: white;
	text-shadow: 0px 0px 2px #000000;
}
[data-jfvp] video + div + div > span {
	padding-right: 20px;
	padding-left: 10px;
	line-height: 1.4em;
    height: 1.5em;
}
[data-jfvp] video + div + div > span > i {
    font-size: 1.2em;
	width: 1.2em;
	vertical-align: middle;
}
[data-jfvp] video + div + div > span:hover {
	width: auto;
	border-radius: 0.85em;
}
[data-jfvp] .ui-slider {
	display: none;
	vertical-align: middle;
	font-size: 0.66rem;
	width: 0em;
}
[data-jfvp] span:hover > .ui-slider {
	display: inline-block;
	width: 6em;
	transition: width 2s linear;
	margin-left: 0.85rem;
}
@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] video + div + div > *:hover {
		background: transparent;
		border-radius: 0%;
		opacity: 0.5;
	}
	[data-jfvp] video + div + div > *:hover > i {
		text-shadow: initial;
	}
	[data-jfvp] video + div + div > *:active {
		background: rgba(0, 0, 0, 0.65);
		border-radius: 50%;
		opacity: 1.0;
	}
	[data-jfvp] video + div + div > *:active > i {
		text-shadow: none;
	}
	[data-jfvp] span:hover > .ui-slider {
		width: 9em;
	}
}
@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;
}
