.swiper {
    --swiper-navigation-size: 44px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: var(--swiper-theme-color);
    /* --swiper-theme-color:  var(--tw-ring-color); */
}

.swiper.fullscreen {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 60;
}

.fullscreen .swiper-slide img {
    pointer-events: none;
    object-fit: contain;
    height: auto;
    max-height: 100%;
}
.fullscreen .swiper-slide .backdrop {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.fullscreen .swiper-slide .close-button {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    padding: 10px 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    cursor: pointer;
}