.modal_container {
  position: absolute;
  background: #fff;
  outline: none;
}
.modal_close {
  position: absolute;
  right: -106px;
  z-index: 9999;
  width: 100px;
  top: -32px;
  cursor: pointer;
}
.modal_close svg, .modal_close img {
  width: 30px;
}
.modal_close:hover svg, .modal_close:hover img {
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .modal_close {
    right: -86px;
  }
  .modal_close svg, .modal_close img {
    width: 16px;
  }
}

/*# sourceMappingURL=modal.css.map */
