/* Keep the complete WeChat card visible, including Zhao Huayong's name. */
.contact > img {
  width: 220px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 800px) {
  .contact > img {
    width: 132px;
    height: auto;
  }
}
