/* HOLA Kiosk Screensaver styles */
#hkss-overlay{
  position: fixed;
  inset: 0;
  background: #000;
  display: none;
  z-index: 999999;
  cursor: none;
}
#hkss-stage{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hkss-stage img, #hkss-stage video{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Admin thumbs small tweak */
#hkss_thumbs img{ display:block; }
