.imagedrop_imagebase{
    overflow: hidden;
    
}
.myStyle{
    display:flex;
    flex-direction: column;
}

.imagedrop_image{
    width:100%;
    height:100%;
    /* object-fit: cover; */
}

#imageDropMask{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}