.mobile-show {
  display: none;
}

@media screen and (max-width: 1000) {
  .mobile-show {
    display: block !important;
  }
}