#studioicon-prestige-emblem {
	position: fixed;
	bottom: 1rem;
	left: 1.5rem;
	z-index: 9999;
	width: 9rem;
	height: auto;
	transition: opacity .3s ease;
}
#studioicon-prestige-emblem img {
	display: block;
	max-width: 100%;
	height: auto;
}
#studioicon-prestige-emblem:hover {
	opacity: 0.8;
}

@media (max-width: 768px) {
	/* optioneel: kleiner maken op mobiel */
	#studioicon-prestige-emblem {
		width: 4rem;
	}
}