.video-js .vjs-download.disable .vjs-icon-placeholder:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f10f";
  font-size: 2em;
}

.vjs-poster img {
  object-fit: cover;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 0;
}

.drpl-videojs-player-wrapper.hide{
display: none;

}

.drpl-videojs-thumbnail{
  cursor: pointer;
  position: relative;
}

.drpl-videojs-thumbnail .play-button{    
    font-size: 2em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin-top: -.81666em;
    margin-left: -1.5em;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    border-radius: .3em;
    transition: all .4s;
    display: flex;
    justify-content: center;
   
  }

  .drpl-videojs-thumbnail .play-button:before{
    content: "\f101";
    font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
  color:#ffffff
 

  }
  .drpl-videojs-thumbnail img{
    width: 100%;
  } 
