.popup-banner {
  background-color: rgba(255,255,255,0.2);
  display: none;
  height: 100%;
  left: 0;
  padding-top: 10vh;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/*.popup-banner .center {
  margin: auto;
  width: 550px;
}*/

.popup-banner a {
  display: inline-block;
}

.popup-banner.show {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

.blur {
  filter: blur(3px);
}
