@CHARSET "UTF-8";
 .overimg{
     position: absolute;
     left:0px;
     top:0px;
     width:100%;
     height:100%;
     opacity: 0.5;
     background: black;
     z-index: 100;
     display: none;


 }
 .imgclickBig{
     position: absolute;
     z-index: 101;
     padding:10px;
     left:50%;
     top:50%;
     transform: translate(-50%, -50%);
     display: none;
     border: 2px gray solid;
     border-radius:10px;
     background: white;
 }

 .imgclickBig img{
     border:none;
     width:100%;
     height:100%;
     max-height:500px
 }
 
 .img-close{
     display:none; 
	 position: absolute;
	 top:-4%;
	 right:-6%;
	 font-size: 20px;
	 color: #45F229;
	 z-index: 102;
	 transform: translate(-50%, -50%);
	 cursor: pointer;
 }
 
 .imgclick{
   cursor: pointer;
 }