.atlas-style-layer {
	padding-bottom: 100%;
	position: relative;
	width: 100%;

	&__box {
		align-items: center;
		display: flex;
		font-family: $font-mono-atlas;
		font-size: $atlas-scale-mono-small;
		height: 100%;
		justify-content: center;
		position: absolute;
		text-align: center;
		width: 100%;
	}
}
