.kk-inside-stage .kk-page:not([data-slr-kk-image="true"]) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.kk-inside-stage .kk-page[data-slr-kk-image="true"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.slr-kk-image-source,
.slr-kk-image-creator {
  display: contents;
}
