.sticker {
	text-align: center;
	overflow: hidden;
}

.desktop_league {
	width: 250px; 
	height: 250px;
}

.desktop_league_fixed {
	width: 125px;
	height: 125px;
	float: left;
}

.desktop_rank {
	width: 125px; 
	height: 125px; 
	float: right;
}

.mobile_league {
	width: 100%;
}

.mobile_league_fixed {
	width: 50%;
}

.mobile_rank {
	width: 50%;
	float: right;
}

.no-display {
	display: none;
}

