.bossapp-business-gallery {
    max-width: 100%;
    margin: 0 auto;
}

.bossapp-business-gallery .swiper {
    position: relative;
    width: 100%;
}

.bossapp-business-gallery .main-swiper {
    --swiper-navigation-color: rgba(0, 0, 0, 0.35);
    --swiper-pagination-color: rgba(0, 0, 0, 0.35);
}


/* Use background Image */

.bossapp-business-gallery .swiper-slide {
    text-align: center;
    font-size: 1rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bossapp-business-gallery .swiper-slide img {
    display: none!important;
    width: 0;
    height: 0;
    object-fit: cover;
}

.bossapp-business-gallery .swiper-slide .slide-bg {
    width: 100%;
    min-height: 40rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.bossapp-business-gallery .main-swiper .swiper-total {
    position: absolute;
    right: 0;
    bottom: 1rem;
    background-color: #000;
    padding: 0.5rem;
    color: #fff;
    z-index: 1;
}

.bossapp-business-gallery .thumbs-swiper {
    max-width: 50rem;
    padding: 0.75rem 0;
}

.bossapp-business-gallery .thumbs-swiper .swiper-slide .slide-bg {
    min-height: 10rem;
    cursor: pointer;
}

.bossapp-business-gallery .thumbs-swiper .swiper-slide {
    opacity: 0.65;
}

.bossapp-business-gallery .thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

@media screen and (min-width: 1040px) {
    .bossapp-business-gallery .swiper-slide .slide-bg {
        min-height: 33vh;
    }
    .bossapp-business-gallery .thumbs-swiper .swiper-slide .slide-bg {
        min-height: 5rem;
    }
}