body > * {
	display: none;
}

body > .no-mobile {
	align-items: center;
	display: flex;
	color: #fff;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 60%;
	z-index: 1;
}