

#news-popup {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 0;
  padding: 10px;
  width: 300px;
  height: 515px;
  overflow-y: scroll;
  background-color: rgba(255,255,255,1.0);
  border: 1px solid #0069a9;
  border-radius: 4px;
  z-index: 100;
}

#news-popup iframe {
  margin-left:0 !important;
  height: 500px !important;
}

#close2 {
  text-align: right;
  cursor: pointer;
}

#close2 p {
  margin:0 5px;
  font-weight: 800;
  color: rgb(151, 151, 151,1.0)
}

/* ------------------------------- */

#news-popup-button {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 0;
  padding: 5px;
  width: auto;
  height: auto;
  background-color: rgba(255,255,255,1.0);
  border: 1px solid #0069a9;
  border-radius: 4px;
  z-index: 100;
}

#open2 {
  text-align: center;
  cursor: pointer;
}

#open2 p {
  margin:0;
  font-weight: 800;
  color: rgb(151, 151, 151,1.0)
}

@media screen and (max-width:1024px) {
  #news-popup {
    display: none;}
  #news-popup-button {
    display: none;}
}