@media only screen and (max-height: 750px) {
  div#landing{
    min-height: 750px;
    position: relative;
  }
}