.video-js .vjs-big-play-button {
  margin: auto;
  height: 86px;
  width: 86px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 4px solid #194360;
  background-color: transparent;
  border-radius: 3em;
  transition: all .4s;
}

.video-row-h3 {
  color: #194360;
  margin: 35px auto 5px auto;
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 20px;
}

.video-row-fullwidth {
  background: #F7F7F7;
  padding: 60px 0 30px 0;
}

.video-js {
  margin: auto;
  box-shadow: 0px 0px 8px #bbb;
}

.video-label {
  color: #194360;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
  margin: 8px 0 16px 0;
}

.video-js-col-4 {
  max-width: 100%;
  height: 220px;
}

 .vjs-icon-placeholder:before {
  line-height: 78px;
  color: #194360;
}

.vjs-poster {
  background-size: cover;
}

.video-js-container {
  width: 100%;
  margin: 50px 0;
  position: relative;
}

.video-js-container:before {
  content: " ";
  position: absolute;
  width: 200vw;
  height: 100%;
  background-image: url(/themes/custom/die/images/icons/chiffres_background_image.png);
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-position: center;
  display: block;
  float: left;
  top: 0;
  bottom: 0;
  margin-left: -100%;
}
