.fadeMe {
    opacity:0.82;
    background-color:#000; 
    width:100%; 
    height:100%; 
    z-index:1000;
    top:0; 
    left:0; 
    position:fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-close {
    max-width: 820px;
}