#gpScoreboard{
	z-index: 999;
	position: absolute;
	top: 0;
	width: 100%;
	/*padding-top: 16.2%;*/
	margin-top: 15px;
	padding-top: 13.2%;
	background-color: #4f4f4f7d;
	font-family: fantasy;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.gpPlayerProfile {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}

.gpProfileImage {
	position: absolute;
	top: 10%;
	height: 80%;
	clip-path: circle(50% at center);
}

.gpPlayerName {
	position: absolute;
	top: 16.1%;
	color: white;
}

.gpPlayerScore {
	position: absolute;
	bottom: 15%;
	color: white;
}