.swiper-wrapper.single-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-gallery-swiper {
    overflow: hidden;
}

.service-gallery-swiper .swiper-slide {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-gallery-item {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    padding: 6px;
}

.service-gallery-image,
.service-gallery-video {
    height: 350px;
    width: auto;
    max-width: none;
    object-fit: contain;
    display: block;
}