.pos-right{
    float: right;
}
.pos-left{
    float: left;
}
.pos-in{
    float: inherit;
}

.gallery_img{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid silver;
    border-radius: 5px;
}
.gallery_img:hover{
    background-color: rgba(100,100,100,0.1);
}
.gallery_img img{
    width: 76px;
    height: 88px;
}
.itrash{
    display: none;
    position: inherit;
    margin-top: -28px;
    margin-right: -70px;
    z-index: 44;
    color:red;
    cursor: pointer;
}
.imain_no{
    display: none;
    position: inherit;
    margin-top: -28px;
    margin-left: -60px;
    z-index: 44;
    color:#595959;
    cursor: pointer;
}
.imain_yes{
    display: block;
    position: inherit;
    margin-top: -28px;
    margin-left: -60px;
    z-index: 44;
    color: green;
    cursor: pointer;
}
.gallery_img:hover > .itrash{
    display: block;
}
.gallery_img:hover > .imain_no{
    display: block;
}
.my_big_icon{
    background-color: white;
   /* border: 1px solid silver;*/
    border-radius: 3px;
    padding: 3px;
    object-fit: cover;
}