@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;
  }
}

img[alt="윈드벳 메인 배너"] {
  display: block !important;
  width: min(100%, 960px) !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

@media (max-width: 640px) {
  img[alt="윈드벳 메인 배너"] {
    width: 88% !important;
    height: auto !important;
    max-height: none !important;
  }
}
