
#bgimg {
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%;
  height: auto;
  
  /* Preserve aspet ratio */
  min-width: 100%;
  // min-height: 100%;
}