.result_image--preview {
    //border: 1px solid #aaa;
    width: 48%;
    display: grid;
    overflow:hidden;
    float:left;
    position: relative;
    text-align: center;
    margin-bottom:8px;
}

.item-container {
       border:1px solid #aaa;
       width:100%;
       display:table;
}
.item-image {
    left:0px;
    width:20%;
    max-width:120px;
    display:table-cell;
}

.item-right {
    position:relative;
    left:0px;
    width:80%;
    display:table-cell;
    padding:4px;
    
}
.item-text {
    max-width: 75%;
}
.item-title {
    position:absolute;
    top:0;
}
.item-price {
    width:25%;
    max-width: 25%;
    right: 0;
position: absolute;
top: 0;
margin: 20px 0;
font-size: 23px;
color: red;
}

#converted_image_text {
    margin-bottom:8px;
}

.response_div {
    text-align:center;
}

#result_image {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
@media  screen and (max-width:680px ) {
    .result_image--preview { width:100%; }
}

.result_image--preview-img {
    border:0px solid red; 
        width: 90%;
}

.result_image--mask {
    width: 100%;
    background: red;
    height: 10%;
    position: absolute;
    opacity: 0.0;

}
.result_image--mask {
    position:absolute;
}


.example-image, .result-image {

}
.plate-0 , .plate-1 , .plate-2 , .plate-3 , .plate-4 , .plate-5 {
    background-image: url('img/nop');
    border:1px solid black;
}


.plate-0 {
    display:block;
    width:34px;
    height:34px;
}
 
.plate-1 {
    display:block;
    width:34px;
    height:68px;
}
 
.plate-2 {
    display:block;
    width:68px;
    height:68px;
     
}
 
.plate-3 {
    display:block;
    width:133px;
    height:166px;
}


.plate16_16,
.plate32_16,
.plate16_32,
.plate32_32
{
    border:1px solid white;
    text-align:center;
    font-family: arial;
    line-height:8;
    font-size:18px;
    color:black;
    font-weight:bold;
}
 .plate16_16 {
     background-image: url('/img/nop-1.png');
     background-size: 6.25% 6.25%;
 }
 .plate32_16 {
     background-image: url('/img/nop-1.png');
     background-size: 3.125% 6.25%;
 }
 .plate16_32 {
     background-image: url('/img/nop-1.png');
     background-size: 6.25% 3.125% ;
 }
 .plate32_32 {
     background-image: url('/img/nop-1.png');
      background-size: 3.125% 3.125%;
 }

.plate-4 {
     
}
 
 