#GAME_SNL_Main_Container{
	width:100%;
	height:100%;
}

#GAME_SNL_Board_Container{
	width:100%;
	height:100%;
}

#GAME_SNL_Board{
	width:100%;
	height:100%;
}

#GAME_SNL_Info_Container{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:24.45%;
	height:38.72%;
}

#GAME_SNL_Info_Left{
	margin-left:5%;
	width:23%;
	height:100%;
	float:left;
}

#GAME_SNL_Info_Middle{
	width:43%;
	height:100%;
	float:left;
	padding:15px;
	
	display:flex;
	align-items:center;
	justify-content:center;
}
#GAME_SNL_Middle_Dice{
	width: 120px;
	height: 120px;
	perspective: 1300px;
}

#GAME_SNL_Info_Right{
	margin-right:7%;
	width:22%;
	height:100%;
	float:left;
}

#GAME_SNL_Info_Next_Snake, #GAME_SNL_Info_Next_Ladder{
	width:100%;
	height:43%;
	font-size:45px;
	color:#FFFFFF;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.GAME_SNL_Player_Piece{
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
	transition:transform 0.3s ease;
	transform-origin: center;
}

.GAME_SNL_Square{
	fill: transparent;
}