#fullImg{
	position:fixed; 
	width:100%; 
	top:0%; 
	left:0%; 
	z-index:999; 
	display:none; 
	background:none;
}
#prodImg{
width:100%; 
position:fixed; 
top:20%; 
left:0px;
}
.loader {
	width:100%;
	height:100%;
	background:#fff;
	position: fixed;
    font-family:'Helvetica', sans-serif;
    padding-top:0%;
    padding-bottom:30px;
}
.footer {
  position: fixed;
  z-index:100;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  margin:0px;
  padding:0px;
  line-height:1rem;
  border-top: 1px solid #000;
}
@media only screen and (min-width: 1024px) {
 body,.footer, .container{
    width: 60%;
    margin-left:20%;
  }
  /*.loader{
    background-image:url("https://themenu.lf1.it/menu/client/images/bg.png");
  }*/
  #fullImg{
  	width:40%;
  /*	margin-left:30%;*/
  }
  #filterVino{
    width:50%;
    /*margin-left:25%;*/
  }
  
  .loader {
	width:100%;
	
	height:auto;
	background:#fff;

	position: relative;
    
    font-family:'Helvetica', sans-serif;
    padding-top:8%;
  
}
.footer{
    width:50%;
    margin-left:0;
}
}

