.stickers-box {
    position: absolute;
    z-index: 99;
    width: 98%;
    /* height: 100%; */
    top: 0;
}
.stickers-box .img-sticker{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
}
.stickers-box .img-sticker.position-1{
    top: 10px;
    left: 10px;
}
.stickers-box .img-sticker.position-2{
    top: 10px;
}
.stickers-box .img-sticker.position-3{
    top: 10px;
    right: 0;
}
.stickers-box .img-sticker.position-4{
    left: 10px;
}
.stickers-box .img-sticker.position-5{ display:  }
.stickers-box .img-sticker.position-6{
    right: 0;
}
.stickers-box .img-sticker.position-7{
    bottom: 0;
    left: 10px;
}
.stickers-box .img-sticker.position-8{
    bottom: 0;
}
.stickers-box .img-sticker.position-9{
    bottom: 0;
    right: 0;
}
.flag_box {
    padding: 10px 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.stickers-box .img-sticker img{
    max-width: 200px;
    max-height: 200px;
    background: none !important;
    box-shadow: none !important;
}

.stickers-box-list {
    position: absolute;
    z-index: 2;
    width: 97%;
}
.stickers-box-list .img-sticker {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
}
.stickers-box-list .img-sticker img {
    width: 100%;
}
.stickers-box-list .img-sticker.position-1{
    top: 5px;
    left: 5px;
}
.stickers-box-list .img-sticker.position-2{
    top: 5px;
}
.stickers-box-list .img-sticker.position-3{
    top: 10px;
    right: 0;
}
.stickers-box-list .img-sticker.position-4{
    left: 5px;
}
.stickers-box-list .img-sticker.position-5{}
.stickers-box-list .img-sticker.position-6{
    right: 0;
}
.stickers-box-list .img-sticker.position-7{
    bottom: 0;
    left: 5px;
}
.stickers-box-list .img-sticker.position-8{
    bottom: 0;
}
.stickers-box-list .img-sticker.position-9{
    bottom: 0;
    right: 0;
}
