@media (max-width: 640px) {
  header button[aria-label="히트벳 홈"] {
    left: 16px !important;
    width: 118px !important;
    justify-content: flex-start !important;
    transform: none !important;
  }

  header button[aria-label="히트벳 홈"] img {
    width: 118px !important;
    max-width: 118px !important;
    height: 40px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }
}
