.brand {
  //width: 270px;
  text-align: center;

  &__title {
    //@include sr-only;
    margin-bottom: .3rem;
    line-height: 1.2;
    text-transform: uppercase;
  }

  &__link {
    width: 100%;
    height: 100%;
    display: block;
    color:white;
    
    &:hover {
      color: white;
      text-decoration: none;
    }
  }

  &__img {
    width: auto;
    height: 50px;
    display: none;
  }
}