
    }
    .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .gallery-top {
    display: none;
    }
    .gallery-thumbs {
        height: 100%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
        width: 35%;
        height: 100%;
        opacity: 0.2;
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }