header .site-branding-logo img {
  max-width: 150px;
}
@media (min-width: 768px) {
  header .site-branding-logo img {
    max-width: 250px;
  }
}
