img.emotion {
	max-width: 256px;
}
.emoters {
	background-color: white;
	display: flex;
	position: fixed;
	justify-content: space-between;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100vw;
}
.emoter {
	display: block;
	position: absolute;
	bottom: 1rem;
	max-height: 128px;
	max-width: 50%;
	background-color: rgba(255,255,255,0.5);
	border-radius: 100% !important;
	padding: 5px;
}
.emote-r {
	right: 1rem;
}
.emote-l {
	left: 1rem;
	/* border-radius: .5rem .5rem 0 0; */
}