@font-face {
	
  	font-family: "helv";
  	src: url('HelveticaNeueLTPro-Blk.otf') format('opentype');
	color: white;
}

.html {
	height:100%; 
	overflow:hidden; 
	margin:0px; 
	background-color:#0a0a0a; 
	background-size:100%; 
	background-repeat:no-repeat;
}

.body {
	height:100%; 
	width:100%; 
	overflow-x:hidden; 
	overflow-y:hidden;
	margin:0px;
}

.centered {
	position: fixed;
	text-align: center;
	font-family: helv;
	font-size: 9vw;
	color: white;
	line-height: 6vw;
	top: 7vw;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

#myimage {
	position: absolute;	
	width:100%; 
	height:auto;
	top:0px;
}

	@media only screen 
		and (max-width:1000px)
		and (orientation: portrait){ 
		
.body {
	overflow-y: scroll;
}

.centered {
	position: fixed;
	width: 100%;
	text-align: center;
	font-family: helv;
	font-size: 17vw;
	color: white;
	line-height: 11vw;
	top: 15vw;
	left: 50%;
	transform: translate(-50%, -50%);
}

#myimage {
	width:300%;
	height:auto;
	overflow:hidden;
}
	}