#modal-image-cloak {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: black;
   z-index: 9999;
   opacity: 0.9;
}

#modal-image {
   position: fixed;
   z-index: 10001;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0; margin: auto;
   max-width: 90%;
   max-height: 80%;
}

.closeimg {
   z-index: 10001;
   top: 30px;
   right: 40px;
   margin: 0;
   position: fixed;
   font-size: 32px;
   font-weight: bold;
   cursor: pointer;
   color: white;
}
