.panel.online-server-switch {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	padding-top: 10%;
	flex-wrap: wrap;
    flex-direction: row;
}

.switch-online-icon {
	width: 100px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}