/* The Modal (background) */
.modal {
  width: 80%; /* Full width */
  height: 78%; /* Full height */
  max-width: inherit;

  box-sizing: inherit;
  background: none;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -o-border-radius: inherit;
  -ms-border-radius: inherit;
  order-radius: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  -ms-box-shadow: inherit;
  box-shadow: inherit;
}

.modal a.close-modal {
    position: relative;
    top: 0px;
    right: 0px;
    width: auto;
    height: auto;
}