.ob-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.88);
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:99999;
  padding:20px;
}

.ob-content{
  max-width:800px;
  width:100%;
  text-align:center;
  color:#fff;
}

.ob-video-wrap video{
  width:100%;
  max-height:65vh;
  border-radius:10px;
}

.ob-btn{
  margin-top:20px;
  padding:12px 24px;
  background:#000;
  color:#fff;
  border:2px solid #fff;
  cursor:pointer;
}
