body{
  margin: 0;
  padding: 0;
}

.full-landing-image{
  width: 100%;
  height: 100vh;
  background: url(bg.jpg) no-repeat center;
  background-size: cover;
}
