.bg-primary {
    background-color: #C39 !important;
}

.jumbotron__video--wrapper video {
    position:absolute;
    border:0;
    height:100%;
    width:100%;
    left:0;
    top:-10%;
   }
   @media screen and (min-width:768px) {
    .jumbotron__video--wrapper video {
     top:-20%;
    }
   }
   @media screen and (max-width:1050px) {
    .jumbotron__video--wrapper video {
     top:-25%;
    }
   }
   @media screen and (min-width:1200px) {
    .jumbotron__video--wrapper video {
     top:-30%;
    }
   }
   @media screen and (min-width:768px) {
    [role=main] {
     background-color:#fff;
     position:relative;
    }
   }