.bg {
  background: url('../images/dkr_bw_16-9.jpg') no-repeat left center;
  position: fixed;
  width: 100%;
  height: 500px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
}

.jumbotron {
  height: 500px;
  color: white;
  text-shadow: #444 0 1px 1px;
  background:transparent;

  text-align: right;

}

.h1 {
  text-align: right;
}

.draggable {
  background-color: white;
}