@media (max-width: 720px) {
  :root {
    --site-header-logo-height: 54px;
    --site-header-logo-width: 198px;
  }

  .home-brand--weatherwarning .home-brand__image img {
    transform: scale(1.12);
    transform-origin: left center;
  }
}
