.vjs-error-dialog {
  background: #404040;
  /*background: -webkit-linear-gradient(top, rgba(69,69,69,0.8) 0%, rgba(35,35,35,0.8) 50%,rgba(22,22,22,0.8) 50%, rgba(54,54,54,0.8) 100%);*/
  /*background: -o-linear-gradient(top, #404040 50%,#1f1f1f 50%,#171717 100%);*/ /* Opera11.10+ */
  /*background: -ms-linear-gradient(top, #404040 50%,#1f1f1f 50%,#171717 100%);*/ /* IE10+ */
  border: 1.5px solid #fff;
  /*border-radius: 10px;*/
  border-radius: 0px;
  border-style: none;
  color: white;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 24px;
  left: 0;
  margin: 0 auto;
  /*padding: 10px 5px;*/
  padding: 5px 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  text-align: center;
  /*width: 200px;*/
  width: 100%;
  /*top: 5%;*/
  /*bottom: 5%;*/
  bottom: 32px;
  z-index: 2;
}
