.mobile-logo-fix {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-logo-fix {
    display: block; /* or display: inline; */
  }
}
.zn_text_box-title{display:none !important;}