html, body  {
margin: 0;
width: 100%;
height: 100%;
font-family: 'Oswald', 'Roboto', sans-serif;
overflow: hidden;
-webkit-font-smoothing: antialiased;
overflow: hidden;
background-color: #000;
cursor: grab;
}

a:link, a:visited{
color: #333;
decoration: none;
}

.info{
position: absolute;
text-align: center;
width: 100%;
padding: 20px 0;
color: #333;
}
	  
@media(max-width:780px ){	
.info {
display: none; 
}
}