
#video_info {
  color: white !important;
  position: absolute;
  top:30%;
  left: 50%;
  text-align:center;
  font-size: 27px !important;
  font-family: inherit !important;
  line-height: 1.4 !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#video_muted {  
  color: white !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  font-size: 21px !important;
  font-family: inherit !important;
  line-height: 1.4 !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 10px;
  background: red;
  border: 3px white solid;
}
