
:root {	
	font-size: calc(100vh / 45);
}
body{ 
	font: 1em sans-serif; 
}

@media (aspect-ratio: 1/1) {

	:root {	
		font-size: calc(100vw / 14);
	}
	small {
		display: none;
	}

	body::before{ 

		height: 100vw;
		width: 100vw;
		position: fixed;
		background: black; 
		clip-path: circle(50%);
		clip-rule: revert;
	}

}




.wrapper{ 
	width: 100vw; 
	padding: 1em; 
}

.fullwidth{
	width: 100%;
}
.fullwidth.badge{
	height: auto;
	font-size: 1rem;
	vertical-align: middle;
	padding: 1rem .75rem;
}