.audion-container {
	left: calc(50% - 162px);
	top: 30%;
	position: fixed;
}

@media screen and (min-width: 900px) {
	.audion-container {
		transform: scale(2.0);	
		left: calc(50% - 324px);
		transform-origin: top left;
		-ms-interpolation-mode: nearest-neighbor;
		image-rendering: -moz-crisp-edges;
		image-rendering: -webkit-crisp-edges;
		image-rendering: pixelated;
		image-rendering: crisp-edges;
	}
}

.audion-face {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-crisp-edges;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}

.audion-hidden {
	opacity: 0;
	visibility: hidden;
}

#audion-dropdown {
	display: none;
	position: fixed;
	left: 10px;
	top: 10px;
}

#audion-face-menu
{
	font-size: 8px;
	font-family: "Charcoal", sans-serif;
	list-style: none;
	padding: 0;
	line-height: 1;
	display: none;
	border: 0.5px solid #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-radius: 1px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
}

#audion-face-menu li
{
	padding: 2px 16px;
	background: #eee;
	color: #333;
	white-space: nowrap;
}

#audion-face-menu li:nth-of-type(2)
{
	border-bottom: 0.5px solid #666;
}

#audion-face-menu li:nth-of-type(3)
{
	border-top: 1px solid #fff;
}

#audion-face-menu li:hover
{
	background-color: rgb(68,73,164);
	color: #eee;
	cursor: default;
}
