
	.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-s4vm71 {
		width: 100%;
		overflow: hidden;
		background: var(--surface-color);
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.grid.svelte-s4vm71 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	video.svelte-s4vm71 {
		mix-blend-mode: screen;
		width: 100%;
		height: 100%;
	}
