#active-popup {
  background-color: rgba(52,73,94, 0.7);
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  z-index: 999;
}

#popup-container {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  margin-top: 1%;
  position: fixed;
  left: 20%;
  z-index: 999;
  top: 0;
  display: none;
}

#popup-container img{
	width:100%;
	height:auto;
}

.modal-content {
  position: relative;
  text-align: center;
}

#popup-window { position: relative; }

.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:30px;
  right: -7px;
  z-index: 99;
  font-weight: 600;
  font-size: 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 15px;
  line-height: 1em;
  text-align: center;
  background:rgba(0,0,0,0.8);
  cursor: pointer;
  color:#fff;
}



@media screen and (max-width: 1024px) {

#popup-container {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  margin-top:10%;
  position: fixed;
  left: 5%;
  z-index: 999;
  top: 0;
  display: none;
}

}