/* LICENSE: Proprietary, non-free
https://github.com/groovenectar/lipuphini/blob/main/LICENSE.md
Give it a try in your environment, and you must soon contact me https://m.dup.bz
Please use multiple contact methods to be sure any message went through */

.grid-item.media-item-video {
	position: relative;
}
.grid-item.media-item-video:before {
	content: "";
	display: block;
	background-image: var(--image-url);
	background-size: cover;
	filter: blur(1.45rem);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.grid-item.media-item-video .caption {
	position: absolute;
	z-index: 2;
}
.grid-item.media-item-video video {
	aspect-ratio: var(--aspect-ratio);
	height: 100%;
	zoom: 60%;
	position: relative;
	z-index: 1;
}
.collection-media-item.media-item-video .caption {
	margin-top: 1rem;
	width:100%;
	text-align: center;
	overflow: hidden;
}
.collection-media-item.media-item-video video {
	max-width: 99%;
	max-height: 100vh;
}
.media-item-video video {
	margin: 0 auto;
	display: block;
}
