/* Sticky Mini-Player */
.pfv-sticky {
	position: fixed;
	z-index: 9999;
	right: 16px;
	bottom: 16px;
	width: 360px;
	aspect-ratio: 16 / 9;
	max-width: 46vw;
	box-shadow: 0 10px 30px rgba(0,0,0,.3);
	border-radius: 12px;
	overflow: hidden;
	display: none;
	background: #000;
	cursor: pointer;
}
.pfv-sticky iframe,
.pfv-sticky video {
	width: 100%;
	height: 100%;
	display: block;
}