.parallax {
  display: none;
}

@media screen and (min-width: 990px) {
  .parallax {
    display: block;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 500px;
  }
}