.anj-responsive-table-shortcode-desktop {
  display: none;
}
.anj-responsive-table-shortcode-mobile {
  display: block;
}
@media (min-width: 768px) {
  .anj-responsive-table-shortcode-desktop {
    display: block;
  }
  .anj-responsive-table-shortcode-mobile {
    display: none;
  }
}
