body, html {
  height: 100%;
  margin: 0;
}
.bg-image {
  background-image: url('img/keywordranch.jpg');
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container-fluid {
  position: absolute;
  width: 100%;
  top: 0;
}

