@media (max-width: 900px) {
    .image-background{
      height: 300px;
    }
    
  }
  @media (max-width: 500px) {
    .image-background{
      height: 200px;
    }
  }

