/* Keeps decorative hero rings from extending beyond narrow viewports. */
@media (max-width: 780px) {
  .code-orbit { overflow: hidden; }
}

.product-icon {
  overflow: hidden;
}

.product-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
