body { overflow-x: hidden; }

/* Keep the original blue Datacom artwork in the dark footer. The previous
   invert filter turned the logo's full square background into a white box. */
.site-footer .footer-logo {
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .22);
}

.site-footer .footer-logo img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 12px;
  filter: none;
}

@media (max-width: 640px) {
  .site-footer .footer-logo,
  .site-footer .footer-logo img {
    width: 66px;
    height: 66px;
  }
}
