.pageWrapper {
	position: absolute;
	width: 50%;
	height: 100%;
	float: left;
	-webkit-font-smoothing: antialiased;
}

.page {
	position: absolute;
	width: 100%;
	height: 100%;
	will-change: transform;
	transform: translateZ(0);
	opacity: 1;
	visibility: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	transition: none !important;
}

.pageFace {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
}

.front {
	background-color: #F7F1EB;
	border: none;
	margin: 0;
	padding: 0;
	will-change: transform;
	transform: translateZ(0);
}

.back {
	background-color: #F7F1EB;
	will-change: transform;
	transform: translateZ(0);
}