.container {
	background-color: trasparente;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
   height: 100%;
 overflow-x: hidden;
   margin:0px;
   padding:0px;
   text-align:center;
   color:#FFF;
   z-index:90; 
}

#fascia{
	position:absolute;
	height:100px;
	width:98%;
	overflow:hidden;
	z-index:93;
	background-color:#000;
	
	}

.box {
  margin-top:-50px;
  border: none; 
  height: auto;
  top:120px;
  width: 80%;
  padding: 50px;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
   font-family: 'akzidenz-grotesk_bqregular', "ngr", "helvetica neue", Arial, Helvetica, sans-serif;
 font-size:1.5em;
 letter-spacing:0.08em;
 line-height:18px;
  overflow-x: hidden;
}

#back{
	position:absolute;
	z-index:999;
	width:100px;
	height:20px;
	top:20px;
	left:20px;
	text-align:left;
	color:#FFF;
   font-family: 'akzidenz-grotesk_bqregular', Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.06em;
	}
	
	#back a:hover{
	color: #F0C;
	}


	
.box  a:hover {
	color:#F0C;
	text-decoration:none;
	}

body {
  background: #000;
  overflow-x: hidden;
color:white;
}


@media screen and (max-width: 992px) {
.box {
  margin-top:0px;
  border: none; 
  height: auto;
  top:100px;
  width: 80%;
  padding: 00px;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
   font-family: 'akzidenz-grotesk_bqregular', "ngr", "helvetica neue", Arial, Helvetica, sans-serif;
 font-size:1.5em;
 letter-spacing:0.08em;
 line-height:18px;
  overflow-x: hidden;
}

#fascia{
	position:absolute;
	height:70px;
	width:95%;
	overflow:hidden;
	z-index:93;
	background-color:#000;
	
	}

}