.ddimgtooltip{
/*box-shadow: 3px 3px 5px #818181; shadow for CSS3 capable browsers.
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;*/
display:none;
width: 100%;
height: auto;
position:absolute;

border-radius: 25px;
color: black;
z-index:2000;
}
div > img {
         z-index:3500;
    /*flex: auto;
    align-content: center;*/
    width: 100%;
    height: auto;
    margin: 1px;
    border-radius: 25px;
}
div > span{
      z-index:3000;
    position: absolute;
      float: left;
    top: 10px;
    color: red;
    right: 20px;
    font-weight: 700;
    font-size: 20px;
}
span > a
{ 
text-decoration:none
}
a:link, a:visited, a:active {
    text-decoration:none;
}
.vers
{
    text-align: center;
    margin-left: 40px;
    }
img.click
{

    width: 50px;  
    float: right;
}
