/* Version 4.5.4: Challenge Turku Innovation Camp photograph and recognition. */

/* The bundled canvas already contains the complete photograph and safe margins. */
.had-credential-certificate img[src*="/v454-stages/"] {
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
}

/* Keep the group photograph comfortably visible on compact screens. */
@media (max-width: 900px) {
  .had-credential-certificate img[src*="/v454-stages/"] {
    object-fit: contain !important;
    background: rgba(232, 246, 249, .92) !important;
  }
}
