#disclaimer {
  text-align: center;
  position: absolute;
  padding: 13px;  
  bottom: 0;
  left: 0;
  min-width: 100vw;
}

/* for mobile */
@media screen and (max-width: 600px) {
  #disclaimer {
    padding: 10px; 
  }
}