.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.modal-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: 400px;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 2rem;
}
.modal-content .title {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  padding: 0 0 15px 0;
}
#mediapack > .button {
  width: 100%;
  margin: 0;
}
input.mediapackinput {
  width: 350px;
}
/* The Close Button */
.modal .close {
  font-size: 35px;
  font-weight: bold;
  align-self: flex-end;
  margin: 40px -40px 0 0;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}
