.video-frame {
	position : relative;
	width    : 100%;
	height   : 100%;
	border-radius : inherit;
	overflow : hidden;
}

.video-frame-fill {
	position : absolute;
	inset    : 0;
	border-radius : inherit;
}

.video-embed {
	display    : block;
	width      : 100%;
	height     : 100%;
	border     : 0;
	border-radius : inherit;
	object-fit : cover;
}

.video-embed-passive {
	pointer-events : none;
}
