/* Jumbotron */

  
  .jumbotron-other {
    background: url('../images/eraser3.jpg') no-repeat fixed;
  }

  .jumbotron {
    box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.1);
    height: 50vh;
    background-size: cover;
  }