
.player0 {
	transition: 0.2s;
}
.player0.el {
	opacity: 0;
}
.player0.el:hover {
	opacity: 1;
}



figure.player0 { 
	display: flex;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: clip;
	justify-content: center;
	background: #000;
}

video.player0 {
	max-width: 100%;
	max-height: 100%;
	overflow: clip;
}

button.player0.play {
	position: absolute;
	top: 45%;
	left: auto;
	right: auto;
	width: 10%;
	aspect-ratio: 7/4;
	border-radius: 2vmin;
	background: #888;
}
