.wc-modal-window {
  min-width: 320px;
  position: fixed;
  max-width: 100%;
  background: #FFF;
  border-radius: 5px;
  padding: 15px;
  display: none;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 999;
  max-height:80%;
  overflow-y:scroll;
}
.wc-modal-window .window-header {
  font-size: 130%;
  margin-bottom: 13px;
}
.wc-modal-window .window-content img {
  max-width: 100%;
  max-height: 100%;
}
.wc-modal-window .window-actions .actions-action {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  color: #000;
  border-radius: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  z-index: 1900;
}
.wc-modal-fader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.90;
  background-color: black;
  z-index: 900;
}
