.video-js .vjs-seek-button.skip-back::before{content:'<';}
.video-js .vjs-seek-button.skip-forward::before{content:'>';}

.vjs-icon-pip-enter, .video-js .vjs-pip-control .vjs-icon-placeholder {

  font-weight: 400;
  font-style: normal;
}
.vjs-icon-pip-enter:before, .video-js .vjs-pip-control .vjs-icon-placeholder:before {
  content: "^";
  font-size:1.3em;
  line-height:1.7;
}
.video-js.vjs-picture-in-picture .vjs-pip-control .vjs-icon-placeholder  {

  font-weight: normal;
  font-style: normal;
}
.video-js.vjs-picture-in-picture .vjs-pip-control .vjs-icon-placeholder:before {
  content: "^";
  font-size:1.2em;
  line-height:2.0;
}
