html { 
  margin:0;
  padding:0;
  background: url(http://forges3d.com/montrealf2d.png) no-repeat center fixed; !important
  -webkit-background-size: contain; /* pour anciens Chrome et Safari */!important
  background-size:contain; /* version standardisée */!important
  background-attachment: fixed;!important
  -moz-background-size:contain;!important
-o-background-size:contain;!important
 min-width: 100%;
  min-height: 100%;
 
}

.foo {
    display: -webkit-flex;
    display: flex;
    position: absolute;
  bottom: 10%; 
    margin-left:-8px;
    margin-right:auto;
  width: 100%;
  height: 50px;
 
 background: #000000;
}
IMG.ital { 
	TOP:-125%;
    	LEFT:40%;
	position: absolute;
  	margin: 0 auto;
	width:204px;
	height:150px;

}

IMG.sav { 
TOP:-100%;
    LEFT:10%;
position: absolute;
    margin: 0 auto;
width:204px;
height:150px;

}
IMG.car { 
TOP:-12%;
  	  LEFT:66%;
	position: absolute;
	    margin: 0 auto;
	width:304px;
    }
    IMG.f3d { 
TOP:5%;
    left:35%;
position: absolute;
    margin: 0 auto;
width:600px;
        }
height:90px;

}

@media all and (orientation:portrait) {
     IMG.f3d { 
TOP:35%;
    LEFT:30%;
position: absolute;
    margin: 0 auto;
width:375px;
        }
height:90px;
 

/* define mobile specific styles come here */
}