#splash {
  padding:0;
}

.layer {
  width: 100%;
  height: 100%;
  background-image:url("../images/home-ember.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position:fixed;
}

