/* ============================================ *
 * BASE STYLES
* ============================================ */
.modal_body {
  position: relative;
}
.modal_close {
  z-index: 9999;
  position: absolute;
  color: #000000;
  left: calc(100% - 20px);
  font-size: 20px;
}
.modal_close:hover {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}
.modal_content {
  border: none;
  /* unset bootstrap defaults*/
}
/* ============================================ *
 * MAX WIDTH QUERIES
* ============================================ */
/* ============================================ *
 * MIN WIDTH QUERIES
 * ============================================ */
