.video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.video-wrapper video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-play-btn {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}