/* Comment */
.ke--hide-on-mobile {
    display:none !important;
}

@media screen and (min-width: 960px) {
  .ke--hide-on-mobile {
    display: inherit !important;
}