
#information {
    background: url(../images/shopping-cart-1.jpg) no-repeat center center fixed; 
 
    display: table;
    height: 400px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #information .panel {
    opacity: 0.92;
  }