.pop {
  display: none;
  position: fixed;
  z-index: 1;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#pop-background {
  position: fixed;
  z-index: 1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,.8);
}

#pop-content {
  display: inline-block;
  position:relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  margin: 5% 0;
  padding: 0;
}

#pop-content figure {
  height: 100%;
  padding: 0;
  margin: 9px auto 0;
  text-align: center;
} 

.pop img {
  max-height: 1282px;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}

.pop-close {
  width:42px;
  height:42px;
  cursor:pointer;
  position:absolute;
  top:9px;
  right:12px;
  -webkit-border-radius:50%;
     -moz-border-radius:50%;
          border-radius:50%;
  background-color: rgb(255,255,255);
  border: none;
  outline: none;
  font-size: 23px;
}

/*------------------------------| MAILCHIMP |------------------------------*/

#mc_embed_signup {
  background:#fff; 
  min-width: 240px;
  max-width: 600px;
  border-radius: 6px;
  margin: 0 auto;
  padding: 0 18px;
}

#mc_embed_signup h2 {
  color: rgb(66,65,67); /* grey */
  font-family: 'MonolineScript';
  font-size: 2.4em !important;
}

.indicates-required, .mc-field-group, .mce-responses {
  color: rgb(0,0,0);
}


