#splash-img {
  margin: 0;
  padding: 0;
  background-image: url('../images/hill.jpg');
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
}