.kando-lite-slider{position:relative;width:100%;overflow:hidden;background:#eee}.kando-lite-track{position:relative;width:100%;aspect-ratio:16/9}.kando-lite-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .6s ease}.kando-lite-slide.is-active{opacity:1;pointer-events:auto}.kando-lite-slide a,.kando-lite-slide picture{display:block;width:100%;height:100%}.kando-lite-slide img{display:block;width:100%;height:100%;object-fit:cover}.kando-lite-prev,.kando-lite-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:0;border-radius:50%;width:42px;height:42px;background:rgba(0,0,0,.35);color:#fff;font-size:30px;line-height:1;cursor:pointer}.kando-lite-prev{left:14px}.kando-lite-next{right:14px}.kando-lite-dots{position:absolute;left:0;right:0;bottom:12px;z-index:2;display:flex;justify-content:center;gap:8px}.kando-lite-dot{width:9px;height:9px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.55);cursor:pointer}.kando-lite-dot.is-active{background:#fff}}

@media (max-width: 767px) {
  .kando-lite-slider .kando-lite-track {
    aspect-ratio: auto;
    height: auto;
  }
  .kando-lite-slider .kando-lite-slide {
    position: absolute;
    inset: 0;
  }
  .kando-lite-slider .kando-lite-slide.is-active {
    position: relative;
    inset: auto;
  }
  .kando-lite-slider .kando-lite-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* Slider iframe page: remove WordPress theme vertical whitespace on mobile. */
@media (max-width: 767px) {
  html, body { margin:0 !important; padding:0 !important; }
  body .site, body #page, body #main, body .site-content,
  body #primary, body #content, body article, body .entry-content {
    margin-top:0 !important; margin-bottom:0 !important;
    padding-top:0 !important; padding-bottom:0 !important;
  }
}

/* v0.4.7: mobile slider height follows the actual image ratio; no 4:5 letterboxing. */
@media (max-width: 767px) {
  .kando-lite-slider,
  .kando-lite-slider .kando-lite-track {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }
  .kando-lite-slider .kando-lite-slide {
    position: absolute !important;
    inset: 0 !important;
    height: auto !important;
  }
  .kando-lite-slider .kando-lite-slide.is-active {
    position: relative !important;
    inset: auto !important;
  }
  .kando-lite-slider .kando-lite-slide a,
  .kando-lite-slider .kando-lite-slide picture,
  .kando-lite-slider .kando-lite-slide img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .kando-lite-slider .kando-lite-slide img {
    object-fit: contain !important;
  }
}
