/**
 * @file
 * This file is used to style the branding block.
 */
.site-logo {
  display: inline-block;
  width: 100%;
  max-width: 155px;
  background-color: inherit;
  margin: 0
}
.site-logo img {
  width: 100%;
  max-width: 155px;
  height: auto;
}
.site-logo:hover,
.site-logo:focus {
  background-color: inherit;
}
@media screen and (min-width: 48em) {
  .site-logo {
    max-width: 211px;
    margin: 0;
  }
  .site-logo img{
    max-width: 211px;
  }
}

