section.tabbed {
	position: absolute;
	width: 100%;
	height: auto;
	top: 100px;
	left: 0;
	transform: translate3d(-150%, 0, 0);
	transition: transform 0.5s;
}

section.tabbed.on-screen {
	transform: translate3d(0, 0, 0);
}