#filter { 
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  overflow:hidden;
  /*Permite que el filtro quede por debajo de todo el contenido*/
  z-index:1;
}