.ty-mp4-embed{
  position:relative;
  width:100%;
  max-width:100%;
}
.ty-mp4-embed video{
  width:100%;
  height:auto;
  display:block;
  background:#000;
  border-radius:8px;
}
.ty-mp4-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  background:rgba(0,0,0,.35);
  color:#fff;
  cursor:pointer;
  border-radius:8px;
  user-select:none;
}
.ty-mp4-overlay.hidden{ display:none; }