So, I have the div with these parameters:
container {
position:fixed;
background-color: rgba(50,50,50,0.7);
width:100%;
height:100%;
display:none;}
It contains the image with unknown size (the size is dinamic and it may be different).
I need to align the image vertically and horizontally.
Please, help