.container-for-background-image{
    position: relative;
    z-index: 1;

}

.container-for-product-image{
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
}

.container {
    position: relative !important;
    border: 1px solid #000000;
}

.scale-for-image {
    position: absolute;
    width: 80px;
    z-index: 3;
}

.line-first {
    position: absolute;
    left: 49%;
    top: 0;
    width: 2px;
    height: 43%;
    background: #000;
    z-index: 3;
}

.line-second {
    position: absolute;
    left: 49%;
    bottom: 0;
    width: 2px;
    height: 45%;
    background: #000;
    z-index: 3;
}



.wordwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 4;

}

.horizontal-line-top {
    position: absolute;
    left: 43%;
    top: 0px;
    width: 12px;
    height: 2px;
    background: #000;
    z-index: 3;
}

.horizontal-line-bottom {
    position: absolute;
    left: 43%;
    bottom: 0px;
    width: 12px;
    height: 2px;
    background: #000;
    z-index: 3;
}

.word {
    color: #000;
    letter-spacing: 1px;
    padding: 3px;
    font: bold 10px arial,sans-serif;
    z-index: 4;
}