.logo {
    max-width: 200px;
    cursor: pointer;
}

@media screen and (max-width: 926px) {
  .logo {
    display: none;
  }
}