video {
  width:100%;
}

.video {
  width:100%;
  /*border:1px solid black;*/
}

.wrapper {
  display:table;
  width:auto;
  position:relative;
  width:100%;
}

.playpause {
  background-repeat:no-repeat;
  width:50%;
  height:50%;
  background-image:url("../../assets/img/tplay.png");
  position:absolute;
  left:0%;
  right:0%;
  top:0%;
  bottom:0%;
  margin:auto;
  background-size:contain;
  background-position:center;
}

