.background-img.mobile{
  display: block;
}
@media (max-width: 991px) {
  .background-img.mobile{
    display: none;
  }
}
