.layer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 98;
}

.pc{
	align-items: center;
	justify-content: center;
}

.layer-container{
	display: flex;
	z-index: 99;
}