/* GKL Community Image Fix: only visible while a HEIC file is being decoded. */
.gkl-heic-loading {
  opacity: .35 !important;
  transition: opacity .18s ease;
}
.gkl-heic-ready {
  opacity: 1 !important;
}
.gkl-heic-error {
  opacity: .65 !important;
}
