.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
   content: "";
   font-family: 'FontAwesome';
   content: "\f0da";
   background-repeat: no-repeat;
   background-size: 46px;
   background-position: 55% calc(50% - 0px);
   border: none !important;
   box-shadow: none !important;
}
