

#active-popup {
  background-color: rgba(52,73,94, 0.7);
  position: fixed;
  width: 100%;
  heighT: 100% !important;
  top: 0;
  left: 0;
  z-index: 1999;
}

#popup-container {
  width: 70%;
  height: 80%;
  margin: 0 auto;
  margin-top: 5%;
  position: fixed;
  left: 22%;
  z-index: 2000;
  top: 0;
  display: none; overflow: hidden; overflow-y: scroll
}

.modal-content {
  position: relative;
  text-align: center;
  padding:20px;
}

#popup-window { position: relative;}
.modal-content img {

}
.modal-content h1,
.modal-content p { color: #fff; }

.modal-content p { padding: 20% 5% 0 5%; }

#popup-container a.close {
  position: relative;
  float: right;
  top: -15px;
  right: -7px;
  z-index: 99;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2px 5px 2px 6px;
  line-height: 1em;
  text-align: center;
  background: #E74C3C;
  border: 4px solid #fff;
  cursor: pointer;
  color:#fff;
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    #popup-container {
      width: 85%;
      height: 65%;
    }

}
