 body
 {
  background:#B6D6ED url('img/index.jpeg') no-repeat center top;
  background-position-y: -70px;
}
@media only screen and (max-width: 990px) {
    body{
      background:#B6D6ED;
    }
}