/* V4: contained visual scale and brand-link treatment. */
.brand,
.brand img {
  width: 56px;
  height: 56px;
}

.brand-signature {
  margin-top: 28px;
  text-align: center;
  font-size: 13px;
  letter-spacing: .15em;
}

.brand-signature a,
footer a {
  color: var(--cv-silver-accent);
  text-decoration: none;
}

.brand-signature a:hover,
footer a:hover {
  color: #fff;
}

@media (max-width: 760px) {
  .brand,
  .brand img {
    width: 52px;
    height: 52px;
  }

  .brand-signature {
    margin-top: 27px;
    font-size: 12px;
  }
}
