.flip-screen {
	transform: scaleX(-1);	
}

:host(stream-appearin) {
	display: flex;
	
	.participant {
		flex: 1;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

		span {
			color: #fff;
			display: none;
		}
		video {
			width: 100%;
			height: 100%;
		}
	}
}
