#full-button {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 8%;
	aspect-ratio: 1 / 1;
	translate: 113% 1%;
	z-index: 0;
	background: center / contain no-repeat url(./full_screen_button.png);
	cursor: pointer;
	transition: all 0.2s linear;
}
#full-button:hover {
	-webkit-filter: drop-shadow(0 0 0.5rem #00000037);
	filter: drop-shadow(0 0 0.5rem #00000037);
}

#unityContainer.wide-mode {
	width: 100%;
	max-width: calc(16 / 9 * (100vh));
	overflow: hidden;
}
#unityContainer.wide-mode .patreon-link,
#unityContainer.wide-mode #full-button {
	display: none;
}
