#ss-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 80%;
	aspect-ratio: 1/3.75;
	translate: 108% 0%;
	z-index: 0;
	background: center / contain no-repeat;
	transition: all 0.2s linear;
	cursor: pointer;
	box-shadow: 0px 0px 50px 20px black;
	transition: all 0.3s ease;
}

#ss-button:hover {
	box-shadow: 0px 0px 50px 20px black, 0px 0px 11px 8px #00000094 inset;
}

#unityContainer.wide-mode #ss-button {
	display: none;
}
