.cpz-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: #ffffff;
  z-index: 999999;
}
.cpz-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url('close-gray.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 31px;
  height: 31px;
  border-radius: 15px;
  border: 2px solid #646464;
  background-color: rgba(255, 255, 255, 0.8);
}
