.mobile-only-3-shake {
  display: block;
}

@media screen and (min-width: 1024px) {
  .mobile-only-3-shake {
    display: none;
  }
}
