
	.wrapper.svelte-175tqpp {
		padding: 0;
		display: flex;
		justify-content: stretch;
		align-items: stretch;
		width: 100%;
		height: 100%;
	}
	video.svelte-175tqpp {
		border-radius: var(--surface-border-radius);
		overflow: hidden;
		width: 100%;
		height: 100%;
		object-fit: cover;
		/* height: fit-content; */
	}

	.wrapper.svelte-8bsyny {
		width: 100%;
		overflow: hidden;
		background: var(--surface-color);
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
	.grid.svelte-8bsyny {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	/* (unused) video {
		mix-blend-mode: screen;
		width: 100%;
		height: 100%;
	}*/

	.bg.svelte-8bsyny {
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 3px);

		z-index: 0;
		object-fit: cover;
		border-radius: inherit;
	}
