@media only screen and (max-width: 569px) {

*{ 
	margin: 0;
	padding: 0;
}


h1 {
	font-family: "Helvetica Neue";
	font-size: 15px;
	color: #000;
	letter-spacing: 0.02em;
	font-weight:500;
	margin-bottom: .5em;
}
#head {
	font-family: "Helvetica Neue";
	
	font-size: 15px;
	position:fixed;
	z-index:2;
	color: #000;
	letter-spacing: 0.02em;
	font-weight:500;
	margin-left: 1%;


}
#wrapper {
position: absolute;
z-index: 1;
top: 0px;
bottom: 0px;
left: 0;
width: 100%;
background: #FFF;
overflow: hidden;
font-family: "Helvetica Neue";
font-size: 10px;
}

#scroller {
position: absolute;
z-index: 1;

width: 100%;

}




a { color:inherit; text-decoration:none; }
a:visited { text-decoration: none; }
a:hover { color:#000; }
a:focus { outline: thin dotted; }

{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}