.stickers ul {
    display: flex;
}
.stickers ul li {
    margin-right: 30px;
}
.stickers ul img.blur_sticker {
    opacity: 0.3;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.jtippy {
    width: 280px;
}
.jt-title {
    white-space: normal!important;
    word-break: normal!important;
}

