.vjs-default-skin .vjs-big-play-button {
  left: 50%;
  top: 50%;
  font-size: 40px;
  display: block;
  z-index: 2;
  position: absolute;
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 0 !important;
  line-height: 100px;
  margin: -50px 0 0 -50px;
}


.vjs-default-skin .vjs-big-play-button:before {
  content: "";
  font-family: VideoJS;
  line-height: 100px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  font-size: 30px;
  border-left: 28px solid rgba(255,255,255,.8);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin: -16px 0 0 -10px;
}


.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
    /* IE8 needs a non-glow hover state */
  background-color: rgba(130, 121, 103, 1);
  background-color: rgba(130, 121, 103, .85);

  box-shadow: none;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}


.vjs-poster {
  background-color: #fff;
}