.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
  }
  
  .popup-content {
    background-color: #fff;
    position: sticky;
    width: 800px;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  
  .popup-video-container {
    position: relative;
    /* height: 5; */
    clear: both;
    overflow: hidden;
  }
  
  .bc-player-Bktl31JMb_default-index-0 {
    width: 100%;
  }
  
  #bcVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .close-popup {
    margin-top: 10px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
    float: right;
    border: none;
    background-color: transparent;
    font-size: 28px;
    font-weight: 700;
    color: #aaa;
    clear: both;
    cursor: pointer;
  }
  
  @media only screen and (min-width: 851px) and (max-width: 1024px) {
    .bc-player-Bktl31JMb_default-index-0 {
      height: 491px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 850px) {}
  
  @media only screen and (max-width: 767px) {
    .popup-content {
      width: 100%;
      margin-top: 150px;
      padding: 10px 20px 20px;
    }
  
    .bc-player-Bktl31JMb_default-index-0 {
      height: 210px;
    }
  }
  