@media screen and (max-width: 767px) {
  html #wpadminbar {
    display: none;
  }
  html {
    margin-top: 0 !important;
  }

  body.bricks-is-frontend.admin-bar #brx-header.sticky {
    top: 0;
  }
}

