.bd-media-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  
}
.bd-media-modal {
  background: #000;
  padding: 1em;
  max-width: 600px;
  width: 90%;
  border-radius: 8px;
  color: #ffa500;
  position: relative;
}
.bd-media-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background: #fff;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}
 h2 {
  color: #ffa500;  }
