a {
	background-position: 50% 0; 
	background-repeat: no-repeat; 
	background-size: contain;
	margin:0; 
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	min-width: 1000px;
}
.mobile-canvas {
	position: absolute;
	width: 100%;
	height: 150%;
	top: -83px;
	left: 0;
	position: fixed;
	background-image: url(mobile-cover.png);
	background-position: top center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.mobile a {
	top: 67px; 
	margin-bottom: 350px;
}