.site-brand img,
.site-brand__logo,
.site-header .site-brand img {
  display: block;
  width: 340px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .site-brand img,
  .site-brand__logo,
  .site-header .site-brand img {
    width: 290px;
  }
}

@media (max-width: 768px) {
  .site-brand img,
  .site-brand__logo,
  .site-header .site-brand img {
    width: 220px;
  }
}

@media (max-width: 560px) {
  .site-brand img,
  .site-brand__logo,
  .site-header .site-brand img {
    width: 185px;
  }
}