/* v344: force inside page top logo to sit higher and slightly smaller */
.inside-branding {
  transform: translateY(-12px) !important;
  transform-origin: left top !important;
}

.inside-branding .inside-bug,
img.inside-bug {
  height: auto !important;
  max-height: 48px !important;
  width: auto !important;
  transform: scale(0.88) !important;
  transform-origin: left center !important;
  display: block !important;
}

@media (max-width: 767px) {
  .inside-branding {
    transform: translateY(-12px) !important;
  }
  .inside-branding .inside-bug,
  img.inside-bug {
    max-height: 44px !important;
    transform: scale(0.88) !important;
  }
}
