.maha-logo-badge {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.maha-logo-wrapper {
	.border-radius(5%);
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: @avatar_background_color;
	color: @avatar_color;
	font-family: monospace;
	display: flex;
	overflow: hidden;
	.maha-image {
		width: 100%;
		img {
			width: 100%;
		}
	}
}
.maha-logo-text {
	margin: auto;
}
