.fmm_hinter { position: absolute; padding: 2%; border-radius: 4px; font-size: 12px; font-family: inherit; text-align: center;
top: 30%; width: 180px;display:none !important; z-index: 99;}

.fmm_hinter_l {left: -190px;}

.fmm_hinter_r {right: -190px;}

.fmm_hinter_l_txt {left: -125px; top: 5%;}

.fmm_hinter_r_txt {right: -125px;top: 5%;}

.fmm_hinter b::before { display: inline-block; font-size: 21px; position: absolute;font-family: Material Icons; top: 4px; z-index: -1;}

.fmm_hinter_l b::before {content: 'fast_forward';right: -10px;}

.fmm_hinter_r b::before {content: 'fast_rewind';left: -10px;}

.fmm_hinter_l_txt b::before {content: 'fast_forward';right: -10px;}

.fmm_hinter_r_txt b::before {content: 'fast_rewind';left: -10px;}

.fmm_sticker_base_span:hover > .fmm_hinter { display: block !important;}

.js-product-miniature .fmm_sticker_base_span.left_bottom{
    z-index: 9;
    display: inline-block;
    position: absolute;
    left: 6px;
    bottom: 6px;
}
.js-product-miniature .fmm_sticker_base_span img {
    max-width: 32px;
}
.js-product-miniature .fmm_sticker_base_span.left_bottom.pos_1{
    left: 40px;
}

.js-product-miniature .fmm_sticker_base_span.left_bottom.pos_2{
    left: 77px;
}

#product .fmm_sticker_base_span.left_bottom{
    z-index: 9;
    text-align: right;
    display: inline-block;
    position: absolute;
    left: 6px;
    bottom: 6px;
}

#product .fmm_sticker_base_span img {
    max-width: 55px;
}
#product  .fmm_sticker_base_span.left_bottom.pos_1{
    left: 70px;
}

#product  .fmm_sticker_base_span.left_bottom.pos_2{
    left: 130px;
}

@media (max-width: 768px) {

    .js-product-miniature .fmm_sticker_base_span img {
        max-width: 24px;
    }
    .js-product-miniature .fmm_sticker_base_span.left_bottom.pos_1{
        left: 35px;
    }

    .js-product-miniature .fmm_sticker_base_span.left_bottom.pos_2{
        left: 64px;
    }

    #product .fmm_sticker_base_span img {
        max-width: 45px;
    }
    #product  .fmm_sticker_base_span.left_bottom.pos_1{
        left: 60px;
    }

    #product  .fmm_sticker_base_span.left_bottom.pos_2{
        left: 110px;
    }
}

