.bgImage {
  background-image     : url('images/bg-img.jpg');
  background-size      : cover;
  background-repeat    : no-repeat;
  background-attachment: fixed;
  background-position  : center;
  height               : 100vh;
  width                : 100%;
  position             : relative;
}