.jgb-slideshow {
position: relative;
width: 100%;
margin-left: auto;
margin-right: auto;
overflow: hidden;
} .jgb-slideshow.aligncenter  { max-width: 100%; }
.jgb-slideshow.alignwide    { max-width: 1200px; }
.jgb-slideshow.alignfull    { max-width: 100vw; margin-left: calc(50% - 50vw); } .jgb-slideshow .swiper {
width: 100%;
aspect-ratio: 16 / 9;
background: #000;
}
.jgb-slideshow .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.jgb-slideshow__slide {
margin: 0;
width: 100%;
height: 100%;
position: relative;
}
.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, 0.55);
color: #fff;
font-size: 0.875rem;
text-align: center;
} .jgb-slideshow .swiper-button-prev,
.jgb-slideshow .swiper-button-next {
color: #fff;
text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.jgb-slideshow .swiper-pagination-bullet-active {
background: #fff;
} .jgb-slideshow__pause {
position: absolute;
bottom: 12px;
right: 12px;
z-index: 10;
background: rgba(0,0,0,.45);
border: none;
border-radius: 50%;
width: 32px;
height: 32px;
font-size: 14px;
color: #fff;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}