@media (min-width: 992px) {
  body {
    background: url(images/whitey.png);
    background-attachment:fixed;
  }
  .boxed {
    box-shadow: -2px 0 16px #C4C4C4;
  }
}