
#PopupInfo { 
  width: 100%; 
  height: 100%; 
  position: fixed; 
  top: 0; left: 0; 
  overflow: auto; 
  z-index: 100; 
  background: rgba(0,0,0,0.85); 
  opacity: 0;
} 

.PopupCont { display: inline-block; padding: 20px; text-align: center; /*background: yellow;*/ } /*margin: 0px auto;*/
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 800px) 
{
.PopupCont { padding: 20px 30px; }
}

.PopupImg { position: relative; text-align: center; border: 5px solid #FFF; /*background: pink;*/ }
.PopupImg IMG { max-width: 100%; }

.PopupClose { position: absolute; top: 0px; right: 0px; z-index: 101; cursor: pointer; }
.PopupClose IMG { height: 40px; }