.gcd-app .brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.gcd-app .brand-mark img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}

.gcd-app footer img {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  object-position: center 47%;
}

.gcd-entry .gcd-entry-visual img {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  object-position: center 47%;
}

@media (max-width: 780px) {
  .gcd-app .brand-mark {
    width: 42px;
    height: 42px;
  }
}
