/* line 1, app/assets/stylesheets/press_release_banner.scss */
.popup-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  color: #fff;
  padding: 12px 0;
  display: none;
  z-index: 1000;
}

/* line 14, app/assets/stylesheets/press_release_banner.scss */
.popup-content {
  width: 75%;
  height: 150px;
  margin-left: 20vw;
  text-align: center;
}

/* line 21, app/assets/stylesheets/press_release_banner.scss */
.popup-btn {
  position: absolute;
  top: 20px;
  right: 1vw;
  border: none;
  padding: 0 8px;
  font-size: 30px;
  color: black;
  cursor: pointer;
}

/* line 32, app/assets/stylesheets/press_release_banner.scss */
.popup-btn:hover {
  color: #666666;
}
