.sticker-gallery .set-list img {
    width: auto;
    max-width: 100%;
}

.sticker-gallery .set-img-previews img {
    width: auto !important;
    max-width: 78px;
    max-height: 68px;
}

@media (max-width: 767px) {
    .moving-header {
        display: none;
    }

    .pre-wrap .image-wrap .image {
        width: auto !important;
        max-width: 100%;
    }
}

.sli-tabs ul li,
.sli-tabs ul li:first-child,
.sli-tabs ul li:last-child {
    width: auto;
}

@media (min-width: 425px) {
    .sli-tabs ul li,
    .sli-tabs ul li:first-child,
    .sli-tabs ul li:last-child {
        width: calc(50% - 10px);
    }
}