/* Hide by default (desktop) */
.mobile-only {
  display: none !important;
}

/* Show only on mobile (screen width ≤ 768px) */
@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
}

.trx_addons_icon-up {
    display: none !important;
}