div.base-window {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  div.base-window {
    position: fixed;
  }
}
div.active {
  background: rgba(0, 0, 0, .5);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  backdrop-filter: blur(5px);
}
div.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
div a.popupimg {
  display: block;
  background: #fff;
}
div a.popupimg:hover {
  opacity: 0.7;
}
div a.popupimg img {
  display: block;
  width: 90vw;
}
@media screen and (min-width: 768px) {
  div a.popupimg img {
    max-width: 600px;
    width: 80vw;
  }
}
div div.close-btn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: 20vh;
  right: 5vw;
  line-height: 0;
  font-size: 50px;
}
div div.close-btn span#popupClose {
  display: block;
  margin: 0;
  padding: 0;
  height: 10px;
  top: -10px;
}
/*# sourceMappingURL=entrypopup.css.map */
