#imagesTitle{
    font-weight: bolder;
}

#controlImagegroup{

    display:flex;
    flex-flow: row ;
    overflow: auto;

}
#storageimage{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:80%;
    object-fit: contain;
    cursor:pointer;
}
.storageimagecontainer{
    position:relative;
    width:3cm;
    height:3cm;
}


#ControlImagewrapperitem{
display:flex;
flex-direction: column;
/* min-width:3cm;
min-height:5cm;
max-width:3cm;
max-height:5cm; */
width:4cm;
height:5cm;

margin:2%;
}



#controlimageWrapper{
    position: relative;
    margin:2px;
  height:100%;
  width:100%;
  

}

#controlimage{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: contain;
    
    
}
#deleteButton{
text-align: center;
cursor: pointer;
font-weight: bolder;
width:100%;
bottom:0px;
position:absolute;

}