.img-thumb-item {
    overflow: hidden;
    display: inline-block;
}

.dsfsdtrexertxer {
    display: block;
    transition: all 0.3s ease;
}

.demo1-container {
    position: relative;
    overflow: visible;
    display: inline-block;
    z-index: 1;
}

.demo1 {
    display: block;
    max-width: 100%;
    height: auto;
}

#zoom-lens {
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: rgba(255,255,255,0.3);
    cursor: crosshair;
    user-select: none;
    pointer-events: none;
    z-index: 10;
}

#zoom-result {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 20px;
    border: 1px solid #eee;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 9;
    width: auto;
    height: auto;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .kkdsfstrert.w100.h100.demo1 {
        display: none !important;
    }

    .img-thumb-item {
        display: none !important;
    }

    .swiper-slide {
        display: block !important;
    }
}
