.jgb-slideshow { position: relative; width: 100%; margin: 0 auto; }
.jgb-slideshow .swiper { width: 100%; aspect-ratio: 16/9; background: #000; }
.jgb-slideshow .swiper-slide { display: flex; align-items: center; justify-content: center; }
.jgb-slideshow__slide { margin: 0; width: 100%; height: 100%; }
.jgb-slideshow__slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.jgb-slideshow__caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 12px; background: rgba(0,0,0,.55); color: #fff; font-size: .875rem; text-align: center; }
.jgb-slideshow .swiper-button-prev, .jgb-slideshow .swiper-button-next { color: #fff; }
.jgb-slideshow .swiper-pagination-bullet-active { background: #fff; }