.wrap{
  position: relative;
}
.bottom-fix{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.fix-opencard{
  position: absolute;
  left: 20%;
  bottom: 10px; 
  width: 60%;
}
.video{
  position:absolute;
  left: 10%;
  top: 1.5%;
  width: 80%;
  border-radius: 12px;
}