
.mobile-only {
  display: none;
}


@media screen and (max-width: 767px) {
  .mobile-only {
    display: block; 
  }
}