#banner-desktop{
	width:728px;
	height:90px;
}
#banner {
	margin-top:20px;
}
#qr-wel{
	height:90px;
	margin-left:20px;
}
#apple-store, #play-store, .codici {
	display:none;
}

section#future {
	margin-top:-20px;
}
#banner-mobile {
	display:none;
	
}

  @media (max-width: 1154px){
	  #banner-desktop, #qr-wel, .codici-desktop{
display:none;
}
	
	
#banner-mobile{
width:250px;

display: inline;


}	
#apple-store, #play-store {
	width:165px;
	display:inline;
	margin-top:10px;
	margin-bottom:10px;
}

#apple-store{
	margin-right:5px;
}
#play-store {
	margin-left:5px;
}
#apple-store, #play-store {
	margin-top:20px;
	margin-bottom:15px;
}

.codici {
	display:block;
}


  }