/* v345: keep same position, make inside page top logo about 135% larger than v344 */
.inside-branding {
  transform: translateY(-12px) !important;
  transform-origin: left top !important;
}

.inside-branding .inside-bug,
img.inside-bug {
  height: auto !important;
  max-height: 65px !important;
  width: auto !important;
  transform: scale(1.19) !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: 59px !important;
    transform: scale(1.19) !important;
  }
}
