.modal-active {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
}

.modal-container {
  position: fixed;
  background: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.modal-container p {
  margin-bottom: 5px;
}

.modal-close-button {
  background-image: url("../i/icon-modal-close.png");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
}

.modal-box {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;

  width: 95%;
  max-height: 95%;
  left: 2.5%;

  text-align: center;
  padding-top: 3em;
}

.modal-header {
  background: #242424;
  color: white;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
  box-sizing: border-box;

  position: fixed;
  height: 60px;
  width: 90%;
  z-index: 10;
}

.modal-close-button {
  top: 22px;
  right: 22px;
  margin: 0;
  top: 0px;
  right: 0px;
}

.logo {
  margin-top: 20px;
}

.modal-video .modal-box {
  margin-top: 25px;
}


video {
  background: black;
  margin-top: 25px;
  width: 100%;
}

.is-hidden {
  display:none;
}

