#modal_full_background {
  display: none;
  background: rgba(0,0,0,0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
}
#modal {
  display: none;
  position: fixed;
  background: #fff;
  padding: 30px;
  width: 80%;
  min-height: 300px;
  top: 200px;
  left: 10%;
  z-index: 14;
}
#modal_close {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='269.502' height='269.502' viewBox='0 0 71.306 71.306'><g fill='none' stroke='%23666' stroke-width='6.501' stroke-linecap='round'><path d='M55.549 15.757L15.757 55.549M55.549 55.549L15.757 15.757'/></g></svg>") no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  text-indent: 9999px;
  overflow: hidden;
}
