.video-wrapper {
  position: relative;
}
.vtxt-container {
  position: absolute;
  padding: 35px;
  width: 100%;
}
@media screen and (max-width: 749px) {
 .vtxt-container {
    padding: 10px;
  } 
}