:root {
  --direct-icon-color: #ff2a00;
  --play-progress-color: #004af1;
}
.bfm_eco {
  --direct-icon-color: #ed9205;
  --play-progress-color: #ed9205;
}
.video_block {
  height: 0;
  max-height: 33.8rem;
  padding-bottom: 56.25%;
  position: relative;
}
.video_block video[poster] {
  aspect-ratio: 16/9;
  min-width: 100%;
}
.video_block img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.video_block .vjs-poster {
  background-position: inherit !important;
  background-size: cover !important;
}
.video_block .vjs-poster img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.video-js {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
video-js.video-js.vjs-pip-active .vjs-mute-control.vjs-button.muteCustomButton {
  top: 0;
}
.pip-article .video-js.vjs-pip-active {
  bottom: 1rem;
  height: 7.031rem;
  left: 1.25rem;
  padding-bottom: 0;
  top: auto;
  width: 12.5rem;
}
@media (min-width: 992px) {
  .pip-article .video-js.vjs-pip-active {
    bottom: auto;
    height: 9.125rem;
    left: 0.875rem;
    top: 4.5rem;
    width: 16.25rem;
  }
}
video-js.video-js.vjs-pip-active:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live) .topLeftButton,
video-js.video-js.vjs-pip-active:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live) .topRightButton {
  height: 5rem;
  width: 5rem;
}
video-js.video-js.vjs-pip-active:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live)
  .controlPanel
  .bottomBar,
video-js.video-js.vjs-pip-active:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live)
  .controlPanel
  .centeredButtons {
  height: 100%;
}
video-js.video-js.vjs-pip-active:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live)
  .controlPanel
  .centeredButtons {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}
video-js.video-js.vjs-pip-active:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live)
  .controlPanel
  .vjs-play-control {
  height: -moz-fit-content;
  height: fit-content;
}
video-js.video-js.vjs-pip-active:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live)
  .controlPanel
  .vjs-play-control
  span {
  display: flex;
}
video-js.video-js.vjs-pip-active:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live)
  .controlPanel
  .vjs-play-control
  span:before {
  position: inherit;
}
video-js.video-js.vjs-pip-active:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live)
  .controlPanel.customBlur {
  background: rgba(0, 0, 0, 0.6);
}
.video-js.vjs-pip-active {
  height: 0;
  left: 0;
  padding-bottom: 56.25%;
  position: fixed;
  right: 0;
  top: 3.875rem;
  z-index: 10000;
}
.video-js.vjs-ad-playing .vjs-mute-control.vjs-button {
  height: 3.125rem;
  position: absolute;
  right: 0;
  width: 4.375rem;
}
@media (min-width: 641px) {
  .video-js.vjs-pip-active {
    top: 3.875rem;
  }
}
@media (min-width: 992px) {
  .video-js.vjs-pip-active,
  .video_wrapper .video-js.vjs-pip-active {
    height: 9.2rem;
    left: 0.875rem;
    padding-bottom: 0;
    top: 8.688rem;
    width: 16.3rem;
  }
  .video-js.vjs-ad-playing:not(.vjs-pip-active) .vjs-mute-control.vjs-button {
    bottom: 0;
  }
}
.vjs-pip-active .vjs-current-time.vjs-time-control.vjs-control,
.vjs-pip-active .vjs-duration.vjs-time-control.vjs-control,
.vjs-pip-active .vjs-share-control.vjs-control.vjs-button,
.vjs-pip-active .vjs-time-control.vjs-time-divider {
  display: none;
}
video-js.video-js.vjs-pip-active.vjs-pip-x-left.vjs-pip-y-top .forwardButton,
video-js.video-js.vjs-pip-active.vjs-pip-x-left.vjs-pip-y-top .irisBackward,
video-js.video-js.vjs-pip-active.vjs-pip-x-left.vjs-pip-y-top .irisForward,
video-js.video-js.vjs-pip-active.vjs-pip-x-left.vjs-pip-y-top .playlistArea,
video-js.video-js.vjs-pip-active.vjs-pip-x-left.vjs-pip-y-top .rewindButton,
video-js.video-js.vjs-pip-active.vjs-pip-x-left.vjs-pip-y-top .rightButtons,
video-js.video-js.vjs-pip-active.vjs-pip-x-left.vjs-pip-y-top .vjs-current-time,
video-js.video-js.vjs-pip-active.vjs-pip-x-left.vjs-pip-y-top .vjs-duration,
video-js.video-js.vjs-pip-active.vjs-pip-x-left.vjs-pip-y-top .volumePanel {
  visibility: hidden;
}
@media (min-width: 100px) and (max-width: 992px) {
  div.vjs-current-time.vjs-time-control.vjs-control,
  div.vjs-time-control.vjs-time-divider {
    display: none;
  }
}
.vjs-menu.vjs-contextmenu-ui-menu,
.vjs-thumbs-down-button.vjs-control.vjs-button,
.vjs-thumbs-up-button.vjs-control.vjs-button {
  display: none;
}
[class*=' icon-'],
[class^='icon-'] {
  font-family: sans-serif;
  speak: none;
  font-feature-settings: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-play-arrow:before {
  content: '\e900';
}
.icon-pause-bars:before {
  content: '\e901';
}
.icon-volume-off-indicator:before {
  content: '\e902';
}
.icon-volume-up-indicator:before {
  content: '\e903';
}
.icon-play-previous-button:before {
  content: '\e904';
}
.icon-play-next-button:before {
  content: '\e905';
}
.icon-switch-to-full-screen-button:before {
  content: '\e906';
}
.icon-full-screen-exit:before {
  content: '\e907';
}
.icon-retour:before {
  content: '\e908';
}
.icon-avance:before {
  content: '\e909';
}
.icon-circular-shape-silhouette:after {
  content: '\e90a';
  font-size: 0.8rem;
  line-height: 1.45;
  margin-right: -0.4rem;
  margin-top: -0.4rem;
  text-align: right;
}
.controlPanel .vjs-control.vjs-progress-control .vjs-play-progress.icon-circular-shape-silhouette:after,
.vjs-volume-level.icon-circular-shape-silhouette:after {
  display: block;
}
.icon-backward-arrow:before {
  content: '\e90b';
}
.icon-forward-arrow:before {
  content: '\e90c';
}
.icon-stop:before {
  content: '\e90d';
}
.ErrorContainer {
  background-color: #000;
  bottom: 0;
  font-size: 9.4rem;
  left: 0;
  padding: 3% 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
@media (min-width: 992px) {
  .ErrorContainer {
    padding: 18% 0;
  }
}
.ErrorMessage {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: -1px;
  line-height: 1.6rem;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: normal;
}
.ErrorMessage,
.ad-counter {
  color: #fff;
  position: absolute;
  width: 100%;
}
.ad-counter {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #2e2e2e;
  cursor: progress;
  display: block;
  font-size: medium;
  font-weight: 400;
  left: 0;
  padding: 2%;
  pointer-events: none;
  text-align: center;
  top: 0;
  vertical-align: middle;
}
.vjs-ad-controls.vjs-ad-playing .vjs-control-bar.vjs-control-bar {
  z-index: 9999;
}
.vjs-ad-playing .vjs-current-time.vjs-time-control.vjs-control,
.vjs-ad-playing .vjs-duration.vjs-time-control.vjs-control,
.vjs-ad-playing .vjs-pip-close-button,
.vjs-ad-playing .vjs-play-control.vjs-control.vjs-button.vjs-paused,
.vjs-ad-playing .vjs-play-control.vjs-control.vjs-button.vjs-playing,
.vjs-ad-playing .vjs-time-control.vjs-time-divider,
.vjs-live .vjs-control-bar:not(.vjs-ad-control-bar) .vjs-progress-control,
.vjs-live .vjs-play-control,
.vjs-live.vjs-playing .vjs-big-play-button,
.vjs-live.vjs-waiting.vjs-ad-playing .vjs-big-play-button {
  display: none;
}
.vjs-ad-playing .vjs-big-play-button {
  display: none !important;
}
.vjs-live.vjs-paused .vjs-big-play-button {
  display: block;
}
video-js.video-js .vjs-close-button.vjs-pip-close-button {
  display: none;
}
.vjs-mouse-display {
  visibility: hidden;
}
.topRightButton {
  background: linear-gradient(0.6turn, rgba(0, 0, 0, 0.7), transparent 50%);
  position: absolute;
  right: 0;
  top: 0;
}
.topLeftButton {
  left: 0;
  position: absolute;
  top: 0;
}
.video-js:not(.vjs-ad-playing) .vjs-control-bar {
  display: none;
}
.video-js:not(.vjs-ad-playing) .controlPanel {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}
@keyframes show-element {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide-elements {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live).vjs-fullscreen .thumbnailPreview {
  max-height: 13.7rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live).vjs-fullscreen .scrollRight {
  right: -2%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live).vjs-fullscreen .scrollLeft {
  left: -2%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live).vjs-fullscreen .previewBlock {
  min-width: 19%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live).vjs-fullscreen .thumbnailContainer {
  margin: 3.5%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live).vjs-fullscreen .descriptionPreview {
  font-size: 1.1rem;
  height: 2.2rem;
}
.vjs-fullscreen .controlPanel {
  height: inherit;
}
.video-js:not(.vjs-ad-playing).vjs-fullscreen.vjs-touch-enabled .controlPanel {
  height: 100%;
}
.video-js:not(.vjs-ad-playing).vjs-fullscreen.vjs-touch-enabled .VOD_Mobile_Controls .centeredButtons {
  top: 45%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled) .vjs-big-play-button {
  border-radius: 50% !important;
  bottom: 0 !important;
  height: 5.6rem;
  left: 0 !important;
  line-height: 5.6rem;
  margin: auto !important;
  right: 0 !important;
  top: 0 !important;
  width: 5.6rem;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled .vjs-big-play-button {
  border-radius: 50% !important;
  bottom: 0 !important;
  height: 4.9rem;
  left: 0 !important;
  line-height: 4.9rem;
  margin: auto !important;
  right: 0 !important;
  top: 0 !important;
  width: 4.9rem;
}
.vjs-scrubbing .playlistArea {
  visibility: hidden;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .customBlur {
  animation-duration: 0.2s;
  animation-name: show-element;
  background: linear-gradient(transparent, 65%, #000);
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .centeredButtons {
  display: flex;
  margin: 0.7rem auto 0;
  text-align: center;
  width: 45%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .vjs-play-control {
  border-radius: 4.4rem;
  outline: none;
  width: 20%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .centeredButtons
  .vjs-play-control {
  font-size: 1.6rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .centeredButtons
  .vjs-control {
  font-size: 1.3rem;
  line-height: 3.5rem;
  z-index: 1;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .centeredButtons
  .vjs-play-control
  .vjs-icon-placeholder:before,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .rightButtons
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .volumePanel
  .vjs-mute-control
  .vjs-icon-placeholder:before {
  line-height: inherit;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .forwardButton,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .irisBackward,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .irisForward,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .rewindButton {
  border-radius: 0.4rem;
  outline: none;
  width: 20%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .centeredButtons
  .vjs-play-control,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .forwardButton,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .irisBackward,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .irisForward,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .rewindButton,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .rightButtons
  .vjs-fullscreen-control {
  color: #fff;
  display: inline-block;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-progress-control {
  display: flex;
  height: 0.26rem;
  left: 5%;
  top: -0.26rem;
  width: 90%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-play-progress {
  background-color: #004af1;
  background-color: var(--play-progress-color);
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-progress-holder,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-volume-bar {
  background-color: rgba(115, 133, 159, 0.6);
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-load-progress
  div {
  background-color: rgba(115, 133, 159, 0.85);
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-load-progress,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-load-progress
  div,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-play-progress,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-progress-holder {
  border-radius: 5px;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-play-progress
  .vjs-time-tooltip {
  display: none;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .hideElements {
  animation-duration: 0.2s;
  animation-name: hide-elements;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .bottomBar {
  bottom: 0;
  height: 4.81rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .playlistArea {
  align-items: center;
  bottom: 28%;
  display: none;
  height: 40%;
  justify-content: center;
  left: 0;
  margin: auto 2%;
  position: absolute;
  right: 0;
  width: 96%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-current-time {
  left: 4%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-duration {
  right: 5%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-current-time,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .controlPanel
  .vjs-duration {
  display: flex;
  font-family: sans-serif;
  font-size: 1rem;
  padding: 0.38rem 0.5rem 0.5rem;
  pointer-events: none;
  position: absolute;
  top: -3.4rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .volumePanel {
  display: flex;
  height: auto;
  margin-left: 3%;
  margin-top: 0.7rem;
  position: absolute;
  width: 24.5%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .volumePanel
  .vjs-mute-control,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .volumePanel
  .vjs-volume-control {
  height: 3.5rem;
  line-height: 3.5rem;
  outline: none;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .volumePanel
  .vjs-mute-control {
  font-size: 1.05rem;
  height: 3.5rem;
  line-height: 3.5rem;
  outline: none;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .volumePanel
  .vjs-volume-control {
  font-size: 1.31rem;
  width: 55%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .volumePanel
  .vjs-volume-level {
  background-color: #fff;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .volumePanel
  .vjs-volume-bar,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .volumePanel
  .vjs-volume-level {
  border-radius: 0.2rem;
  height: 0.2rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .rightButtons {
  margin-right: 3%;
  margin-top: 0.7rem;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 24.5%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .rightButtons
  .vjs-fullscreen-control {
  font-size: 1.3rem;
  height: 3.5rem;
  line-height: 3.5rem;
  outline: none;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .muteCustomButton {
  display: flex;
  font-size: 1.05rem;
  height: 3.15rem;
  outline: none;
  position: absolute;
  right: 0;
  top: 0.63rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .topRightButton {
  height: 7.86rem;
  width: 9.688rem;
}
@media screen and (max-width: 767px) {
  .video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
    button.muteCustomButton {
    font-size: 0.86rem;
  }
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .previewBlock {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  height: 100%;
  margin-bottom: 0.5%;
  margin-left: 0.75%;
  margin-right: 0.75%;
  min-width: 27%;
  text-align: center;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .thumbnailContainer {
  height: auto;
  margin: 8% 10% 5%;
  max-height: 56.25%;
  max-width: 80%;
  position: relative;
  width: auto;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .thumbnailPreview {
  max-height: 5.6rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .thumbnailContainer.activeThumbnailPreview {
  border: 0.13rem solid #004af1;
  border: 0.13rem solid var(--play-progress-color);
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .activeThumbnailPreview
  .thumbnailPreview,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .irisNextBlock
  .thumbnailPreview {
  filter: brightness(50%);
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .descriptionPreview {
  color: #fff;
  font-family: sans-serif;
  font-size: 0.79rem;
  font-weight: 400;
  height: 1.65rem;
  line-height: 1;
  margin: auto 5% 5%;
  overflow: hidden;
  text-align: left;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .disableButton:before {
  color: gray;
  text-shadow: none;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .movingScroller {
  background-color: transparent;
  display: flex;
  min-height: auto;
  min-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .movingScroller::-webkit-scrollbar {
  display: none;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .scrollLeft,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .scrollRight {
  background-color: #fff;
  border-radius: 0.32rem;
  height: 2.63rem;
  outline: none;
  position: absolute;
  width: 1.75rem;
  z-index: 1;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .scrollLeft:before,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .scrollRight:before {
  color: #000;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .scrollLeft {
  left: -3%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .scrollRight {
  right: -3%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .descriptionArea {
  display: inline-block;
  position: relative;
  width: 100%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .thumbnailNext,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .thumbnailPrevious {
  bottom: 18%;
  position: absolute;
  visibility: hidden;
  width: 26%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .thumbnailNext
  .previewBlock,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .thumbnailPrevious
  .previewBlock {
  border-radius: 0.19rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .thumbnailPrevious {
  left: 18%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .thumbnailNext {
  right: 18%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event)
  .irisCurrentMessage,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .irisNextMessage {
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live):not(.vjs-live-event) .jumpToVideo {
  cursor: pointer;
  padding-top: 45%;
  position: relative;
}
.video-js.vjs-paused .thumbnailNext,
.video-js.vjs-paused .thumbnailPrevious {
  display: none;
}
.video-js.vjs-ad-playing .controlPanel,
.video-js.vjs-ad-playing .muteCustomButton {
  visibility: hidden;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: none;
}
.vjs-ad-playing.vjs-touch-enabled .vjs-skip-backward-button,
.vjs-ad-playing.vjs-touch-enabled .vjs-skip-forward-button {
  display: none;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .customBlur {
  animation-duration: 1s;
  animation-name: show-element;
  background: rgba(0, 0, 0, 0.6);
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .VOD_Mobile_Controls {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .bottomControls {
  bottom: 0;
  height: 3.5rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .centeredButtons {
  display: flex;
  margin: 0.7rem auto 0;
  position: relative;
  text-align: center;
  top: 30%;
  width: 80%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .vjs-play-control {
  border-radius: 0.44rem;
  outline: none;
  width: 20%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .centeredButtons .vjs-play-control {
  font-size: 1.58rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .centeredButtons .vjs-control {
  font-size: 1.3rem;
  line-height: 3.5rem;
  z-index: 1;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled
  .centeredButtons
  .vjs-play-control
  .vjs-icon-placeholder:before,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .directIcon:before,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled
  .rightButtons
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled
  .volumePanel
  .vjs-mute-control
  .vjs-icon-placeholder:before {
  line-height: inherit;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .forwardButton,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .irisBackward,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .irisForward,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .rewindButton {
  border-radius: 0.44rem;
  outline: none;
  width: 20%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .centeredButtons .vjs-play-control,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .forwardButton,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .irisBackward,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .irisForward,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .rewindButton,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .rightButtons .vjs-fullscreen-control {
  color: #fff;
  display: inline-block;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .controlPanel .vjs-progress-control {
  display: flex;
  height: 0.26rem;
  left: 16%;
  top: 50%;
  width: 55%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .controlPanel .vjs-play-progress {
  background-color: #004af1;
  background-color: var(--play-progress-color);
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .controlPanel .vjs-load-progress,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .controlPanel .vjs-load-progress div,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .controlPanel .vjs-play-progress,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .controlPanel .vjs-progress-holder {
  border-radius: 0.31rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .hideElements {
  animation-duration: 1s;
  animation-name: hide-elements;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .controlPanel .vjs-current-time {
  left: 4%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .controlPanel .vjs-duration {
  right: 16%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .controlPanel .vjs-current-time,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .vjs-duration {
  display: flex;
  font-family: sans-serif;
  font-size: 1.16rem;
  height: 1.16rem;
  line-height: 1.16rem;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 41%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .vjs-fullscreen-control {
  font-size: 1.3rem;
  height: 3.5rem;
  line-height: 3.5rem;
  outline: none;
  position: absolute;
  right: 0;
  width: 3.94rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .muteCustomButton {
  display: flex;
  font-size: 1.05rem;
  height: 3.15rem;
  outline: none;
  position: absolute;
  right: 0;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .topLeftButton,
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .topRightButton {
  height: 3.125rem;
  width: 4.375rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .topLeftButton .close {
  color: #fff;
  display: none;
  left: 0;
  position: relative;
  top: 12px;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .topLeftButton .close:before {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  content: '\26';
  display: block;
  font-family: IcoMoon;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 6px;
  padding: 4px;
}
@media (min-width: 641px) {
  .video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .topLeftButton,
  .video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .topRightButton {
    height: 6rem;
    width: 6rem;
  }
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .hasBeenClicked {
  visibility: hidden;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .disableButton:before {
  color: gray;
  text-shadow: none;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .customBlur,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .customBlur {
  animation-duration: 0.2s;
  animation-name: show-element;
  background: linear-gradient(transparent, 65%, rgba(0, 0, 0, 0.8));
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live
  .rightButtons
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live
  .volumePanel
  .vjs-mute-control
  .vjs-icon-placeholder:before,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event
  .rightButtons
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event
  .volumePanel
  .vjs-mute-control
  .vjs-icon-placeholder:before {
  line-height: inherit;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .rightButtons .vjs-fullscreen-control,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .rightButtons .vjs-fullscreen-control {
  color: #fff;
  display: inline-block;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .hideElements,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .hideElements {
  animation-duration: 0.2s;
  animation-name: hide-elements;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .controlPanel .bottomBar,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .controlPanel .bottomBar {
  bottom: 0;
  height: 4.81rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .volumePanel,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .volumePanel {
  display: flex;
  height: auto;
  margin-left: 16%;
  margin-top: 0.7rem;
  position: absolute;
  width: 24.5%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .volumePanel .vjs-mute-control,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .volumePanel .vjs-volume-control,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .volumePanel .vjs-mute-control,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .volumePanel .vjs-volume-control {
  height: 3.5rem;
  line-height: 3.5rem;
  outline: none;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .volumePanel .vjs-mute-control,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .volumePanel .vjs-mute-control {
  font-size: 1.05rem;
  height: 3.5rem;
  line-height: 3.5rem;
  outline: none;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .volumePanel .vjs-volume-control,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .volumePanel .vjs-volume-control {
  font-size: 1.3rem;
  width: 55%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .volumePanel .vjs-volume-level,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .volumePanel .vjs-volume-level {
  background-color: #fff;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .volumePanel .vjs-volume-bar,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .volumePanel .vjs-volume-level,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .volumePanel .vjs-volume-bar,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .volumePanel .vjs-volume-level {
  border-radius: 0.2rem;
  height: 0.2rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .rightButtons,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .rightButtons {
  margin-right: 3%;
  margin-top: 0.7rem;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 24.5%;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .rightButtons .vjs-fullscreen-control,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .rightButtons .vjs-fullscreen-control {
  font-size: 1.3rem;
  height: 3.5rem;
  line-height: 3.5rem;
  outline: none;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .muteCustomButton,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .muteCustomButton {
  display: flex;
  font-size: 1.05rem;
  height: 3.15rem;
  outline: none;
  position: absolute;
  right: 0;
  top: 0.63rem;
}
@media screen and (max-width: 767px) {
  .video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live button.muteCustomButton,
  .video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event button.muteCustomButton {
    font-size: 0.86rem;
  }
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .directHolder,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .directHolder {
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 0.94rem;
  display: flex;
  height: 1.6rem;
  margin-left: 5%;
  margin-top: 1.7rem;
  position: absolute;
  width: 5.25rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .directIcon,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .directIcon {
  margin-left: 0.18rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live
  .directIcon.icon-circular-shape-silhouette:after,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event
  .directIcon.icon-circular-shape-silhouette:after {
  color: #ff2a00;
  color: var(--direct-icon-color);
  font-size: 0.7rem;
  line-height: 1.7rem;
  margin: -0.05rem 0.35rem 0 0.21rem;
}
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live .directText,
.video-js:not(.vjs-ad-playing):not(.vjs-touch-enabled).vjs-live-event .directText {
  height: 1.6rem;
  line-height: 1.6rem;
}
.video-js.vjs-live.vjs-pip-active .vjs-big-play-button {
  height: 48px;
  left: 50%;
  line-height: 3rem;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
}
.video-js.vjs-live.vjs-pip-active .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 25px;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .customBlur,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .customBlur {
  animation-duration: 1s;
  animation-name: show-element;
  background: linear-gradient(transparent, 65%, rgba(0, 0, 0, 0.8));
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live
  .rightButtons
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live
  .volumePanel
  .vjs-mute-control
  .vjs-icon-placeholder:before,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event
  .rightButtons
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event
  .volumePanel
  .vjs-mute-control
  .vjs-icon-placeholder:before {
  line-height: inherit;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .rightButtons .vjs-fullscreen-control,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .rightButtons .vjs-fullscreen-control {
  color: #fff;
  display: inline-block;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .hideElements,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .hideElements {
  animation-duration: 1s;
  animation-name: hide-elements;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .controlPanel .bottomBar,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .controlPanel .bottomBar {
  bottom: 0;
  height: 4.8rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .rightButtons,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .rightButtons {
  margin-right: 3%;
  margin-top: 0.7rem;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 24.5%;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .rightButtons .vjs-fullscreen-control,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .rightButtons .vjs-fullscreen-control {
  font-size: 1.3rem;
  height: 3.5rem;
  line-height: 3.5rem;
  outline: none;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .muteCustomButton,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .muteCustomButton {
  display: flex;
  font-size: 0.88rem;
  height: 2.63rem;
  outline: none;
  position: absolute;
  right: 0;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .topRightButton,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .topRightButton {
  height: 6rem;
  width: 6rem;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .hasBeenClicked,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .hasBeenClicked {
  visibility: hidden;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .directHolder,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .directHolder {
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 0.94rem;
  display: flex;
  height: 1.6rem;
  margin-left: 5%;
  margin-top: 1.7rem;
  position: absolute;
  width: 22%;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .directIcon,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .directIcon {
  margin-left: 0.18rem;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .directIcon.icon-circular-shape-silhouette:after,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event
  .directIcon.icon-circular-shape-silhouette:after {
  color: #ff2a00;
  color: var(--direct-icon-color);
  font-size: 0.7rem;
  line-height: 1.7rem;
  margin: -0.05em 0.35rem 0 0.21rem;
}
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live .directText,
.video-js:not(.vjs-ad-playing).vjs-touch-enabled.vjs-live-event .directText {
  height: 1.6rem;
  line-height: 1.6rem;
}
.video-js .vjs-control-bar,
.vjs-user-active .video-js .vjs-control-bar {
  bottom: 0;
  font-size: 10px;
  height: 0;
}
.main_wrapper .vjs-control-bar.vjs-ad-control-bar {
  background: none;
  color: #fff;
  font-size: 10px;
}
.vjs-ad-controls.vjs-ad-playing.vjs-vpaid-playing.vjs-vpaid-controls-disabled
  .vjs-control-bar.vjs-ad-control-bar,
.vjs-control-bar.vjs-ad-control-bar {
  bottom: 0 !important;
  display: block !important;
  position: absolute !important;
  transform: none !important;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 4em;
}
.video-js .vjs-volume-panel {
  display: block !important;
  filter: drop-shadow(0 0 0.5rem #000);
  height: 27px !important;
}
.video-js .vjs-volume-panel,
.video-js.vjs-hide-control.vjs-ad-controls.vjs-ad-playing {
  bottom: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: -5em !important;
}
.not-hover.vjs-has-started.vjs-paused.vjs-user-active
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.not-hover.vjs-has-started.vjs-playing.vjs-user-active
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-control-bar,
.vjs-has-started.vjs-playing.vjs-user-inactive
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible) {
  font-size: 10px;
  transform: none !important;
  transition: none 0s ease 0s !important;
  transition: initial !important;
}
.vjs-progress-control,
.vjs-progress-control.vjs-control:hover {
  font-size: 3px !important;
  height: 4px !important;
  transform: none !important;
  transition: none 0s ease 0s !important;
  transition: initial !important;
}
.vjs-progress-control .vjs-time-tooltip {
  font-size: 14px !important;
}
.video-js .vjs-mute-control.vjs-vol-0:not(.muteCustomButton) .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before,
.vjs-mute-control:not(.muteCustomButton) > .vjs-icon-placeholder:before {
  color: #fff;
  font-size: 3em;
}
.video-js.vjs-pip-y-top:not(.vjs-ad-playing):not(.vjs-touch-enabled):not(.vjs-live)
  .controlPanel
  .vjs-progress-control {
  display: none;
}
.bottomBar .vjs-icon-volume-mute:before,
.bottomBar .vjs-mute-control > .vjs-icon-placeholder:before,
.video-js .bottomBar .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  font-size: 1.8em;
}
@media (min-width: 992px) {
  .vjs-progress-control,
  .vjs-progress-control.vjs-control:hover {
    top: -1.5em !important;
  }
}
.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,
.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,
.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,
.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,
.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-progress-control,
.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,
.vjs-progress-control {
  top: -1.4em !important;
}
.video-js:not(.vjs-ad-playing):not(.vjs-live).vjs-touch-enabled .controlPanel .vjs-progress-control {
  top: 50% !important;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal {
  display: none;
}
.bfm_eco .bc-iframe .vjs-playlist-sidebar .vjs-playlist-show-hide button:hover .vjs-big-play-button:active,
.bfm_eco .bc-iframe .vjs-playlist-sidebar .vjs-playlist-show-hide button:hover .vjs-big-play-button:focus,
.bfm_eco
  .bc-iframe
  .vjs-playlist-sidebar
  .vjs-playlist-show-hide
  button:hover
  .vjs-menu-button-popup
  .vjs-menu
  .vjs-menu-item.vjs-selected,
.bfm_eco .bc-iframe .vjs-playlist-sidebar .vjs-playlist-show-hide button:hover .vjs-play-progress,
.bfm_eco .bc-iframe .vjs-playlist-sidebar .vjs-playlist-show-hide button:hover .vjs-volume-level,
.bfm_eco .bc-iframe .vjs-playlist-sidebar .vjs-playlist-show-hide button:hover:active .vjs-big-play-button,
.bfm_eco .bc-iframe .vjs-playlist-sidebar .vjs-playlist-show-hide button:hover:hover .vjs-big-play-button,
.bfm_eco .bc-player-0mmtDfnlc_default .vjs-big-play-button:active,
.bfm_eco .bc-player-0mmtDfnlc_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-0mmtDfnlc_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-0mmtDfnlc_default .vjs-play-progress,
.bfm_eco .bc-player-0mmtDfnlc_default .vjs-volume-level,
.bfm_eco .bc-player-0mmtDfnlc_default:active .vjs-big-play-button,
.bfm_eco .bc-player-0mmtDfnlc_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-1SQJnIrhjG_default .vjs-big-play-button:active,
.bfm_eco .bc-player-1SQJnIrhjG_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-1SQJnIrhjG_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-1SQJnIrhjG_default .vjs-play-progress,
.bfm_eco .bc-player-1SQJnIrhjG_default .vjs-volume-level,
.bfm_eco .bc-player-1SQJnIrhjG_default:active .vjs-big-play-button,
.bfm_eco .bc-player-1SQJnIrhjG_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-2tTFHUJAFz_default .vjs-big-play-button:active,
.bfm_eco .bc-player-2tTFHUJAFz_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-2tTFHUJAFz_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-2tTFHUJAFz_default .vjs-play-progress,
.bfm_eco .bc-player-2tTFHUJAFz_default .vjs-volume-level,
.bfm_eco .bc-player-2tTFHUJAFz_default:active .vjs-big-play-button,
.bfm_eco .bc-player-2tTFHUJAFz_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-4uEskUwr4_default .vjs-big-play-button:active,
.bfm_eco .bc-player-4uEskUwr4_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-4uEskUwr4_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-4uEskUwr4_default .vjs-play-progress,
.bfm_eco .bc-player-4uEskUwr4_default .vjs-volume-level,
.bfm_eco .bc-player-4uEskUwr4_default:active .vjs-big-play-button,
.bfm_eco .bc-player-4uEskUwr4_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-6KYGOHZgz_default .vjs-big-play-button:active,
.bfm_eco .bc-player-6KYGOHZgz_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-6KYGOHZgz_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-6KYGOHZgz_default .vjs-play-progress,
.bfm_eco .bc-player-6KYGOHZgz_default .vjs-volume-level,
.bfm_eco .bc-player-6KYGOHZgz_default:active .vjs-big-play-button,
.bfm_eco .bc-player-6KYGOHZgz_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-AkdH379s6_default .vjs-big-play-button:active,
.bfm_eco .bc-player-AkdH379s6_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-AkdH379s6_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-AkdH379s6_default .vjs-play-progress,
.bfm_eco .bc-player-AkdH379s6_default .vjs-volume-level,
.bfm_eco .bc-player-AkdH379s6_default:active .vjs-big-play-button,
.bfm_eco .bc-player-AkdH379s6_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-BAMzI1mf6_default .vjs-big-play-button:active,
.bfm_eco .bc-player-BAMzI1mf6_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-BAMzI1mf6_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-BAMzI1mf6_default .vjs-play-progress,
.bfm_eco .bc-player-BAMzI1mf6_default .vjs-volume-level,
.bfm_eco .bc-player-BAMzI1mf6_default:active .vjs-big-play-button,
.bfm_eco .bc-player-BAMzI1mf6_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-D3UoCduVA_default .vjs-big-play-button:active,
.bfm_eco .bc-player-D3UoCduVA_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-D3UoCduVA_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-D3UoCduVA_default .vjs-play-progress,
.bfm_eco .bc-player-D3UoCduVA_default .vjs-volume-level,
.bfm_eco .bc-player-D3UoCduVA_default:active .vjs-big-play-button,
.bfm_eco .bc-player-D3UoCduVA_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-DuvQlMhjG_default .vjs-big-play-button:active,
.bfm_eco .bc-player-DuvQlMhjG_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-DuvQlMhjG_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-DuvQlMhjG_default .vjs-play-progress,
.bfm_eco .bc-player-DuvQlMhjG_default .vjs-volume-level,
.bfm_eco .bc-player-DuvQlMhjG_default:active .vjs-big-play-button,
.bfm_eco .bc-player-DuvQlMhjG_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-FAtLtiKU0T_default .vjs-big-play-button:active,
.bfm_eco .bc-player-FAtLtiKU0T_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-FAtLtiKU0T_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-FAtLtiKU0T_default .vjs-play-progress,
.bfm_eco .bc-player-FAtLtiKU0T_default .vjs-volume-level,
.bfm_eco .bc-player-FAtLtiKU0T_default:active .vjs-big-play-button,
.bfm_eco .bc-player-FAtLtiKU0T_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-Ff8ZOjI1z_default .vjs-big-play-button:active,
.bfm_eco .bc-player-Ff8ZOjI1z_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-Ff8ZOjI1z_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-Ff8ZOjI1z_default .vjs-play-progress,
.bfm_eco .bc-player-Ff8ZOjI1z_default .vjs-volume-level,
.bfm_eco .bc-player-Ff8ZOjI1z_default:active .vjs-big-play-button,
.bfm_eco .bc-player-Ff8ZOjI1z_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-FjFEy9gZh_default .vjs-big-play-button:active,
.bfm_eco .bc-player-FjFEy9gZh_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-FjFEy9gZh_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-FjFEy9gZh_default .vjs-play-progress,
.bfm_eco .bc-player-FjFEy9gZh_default .vjs-volume-level,
.bfm_eco .bc-player-FjFEy9gZh_default:active .vjs-big-play-button,
.bfm_eco .bc-player-FjFEy9gZh_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-I2qBTln4u_default .vjs-big-play-button:active,
.bfm_eco .bc-player-I2qBTln4u_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-I2qBTln4u_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-I2qBTln4u_default .vjs-play-progress,
.bfm_eco .bc-player-I2qBTln4u_default .vjs-volume-level,
.bfm_eco .bc-player-I2qBTln4u_default:active .vjs-big-play-button,
.bfm_eco .bc-player-I2qBTln4u_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-QbnxLCLNtZ_default .vjs-big-play-button:active,
.bfm_eco .bc-player-QbnxLCLNtZ_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-QbnxLCLNtZ_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-QbnxLCLNtZ_default .vjs-play-progress,
.bfm_eco .bc-player-QbnxLCLNtZ_default .vjs-volume-level,
.bfm_eco .bc-player-QbnxLCLNtZ_default:active .vjs-big-play-button,
.bfm_eco .bc-player-QbnxLCLNtZ_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-QmU0SQ4jb_default .vjs-big-play-button:active,
.bfm_eco .bc-player-QmU0SQ4jb_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-QmU0SQ4jb_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-QmU0SQ4jb_default .vjs-play-progress,
.bfm_eco .bc-player-QmU0SQ4jb_default .vjs-volume-level,
.bfm_eco .bc-player-QmU0SQ4jb_default:active .vjs-big-play-button,
.bfm_eco .bc-player-QmU0SQ4jb_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-SV5Zx1w8z_default .vjs-big-play-button:active,
.bfm_eco .bc-player-SV5Zx1w8z_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-SV5Zx1w8z_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-SV5Zx1w8z_default .vjs-play-progress,
.bfm_eco .bc-player-SV5Zx1w8z_default .vjs-volume-level,
.bfm_eco .bc-player-SV5Zx1w8z_default:active .vjs-big-play-button,
.bfm_eco .bc-player-SV5Zx1w8z_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-X8C06jblVS_default .vjs-big-play-button:active,
.bfm_eco .bc-player-X8C06jblVS_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-X8C06jblVS_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-X8C06jblVS_default .vjs-play-progress,
.bfm_eco .bc-player-X8C06jblVS_default .vjs-volume-level,
.bfm_eco .bc-player-X8C06jblVS_default:active .vjs-big-play-button,
.bfm_eco .bc-player-X8C06jblVS_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-Xpq0FplTz_default .vjs-big-play-button:active,
.bfm_eco .bc-player-Xpq0FplTz_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-Xpq0FplTz_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-Xpq0FplTz_default .vjs-play-progress,
.bfm_eco .bc-player-Xpq0FplTz_default .vjs-volume-level,
.bfm_eco .bc-player-Xpq0FplTz_default:active .vjs-big-play-button,
.bfm_eco .bc-player-Xpq0FplTz_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-Z3FmQINQh_default .vjs-big-play-button:active,
.bfm_eco .bc-player-Z3FmQINQh_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-Z3FmQINQh_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-Z3FmQINQh_default .vjs-play-progress,
.bfm_eco .bc-player-Z3FmQINQh_default .vjs-volume-level,
.bfm_eco .bc-player-Z3FmQINQh_default:active .vjs-big-play-button,
.bfm_eco .bc-player-Z3FmQINQh_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-ZOUE5Mu05_default .vjs-big-play-button:active,
.bfm_eco .bc-player-ZOUE5Mu05_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-ZOUE5Mu05_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-ZOUE5Mu05_default .vjs-play-progress,
.bfm_eco .bc-player-ZOUE5Mu05_default .vjs-volume-level,
.bfm_eco .bc-player-ZOUE5Mu05_default:active .vjs-big-play-button,
.bfm_eco .bc-player-ZOUE5Mu05_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-aX3YQa6kx6_default .vjs-big-play-button:active,
.bfm_eco .bc-player-aX3YQa6kx6_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-aX3YQa6kx6_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-aX3YQa6kx6_default .vjs-play-progress,
.bfm_eco .bc-player-aX3YQa6kx6_default .vjs-volume-level,
.bfm_eco .bc-player-aX3YQa6kx6_default:active .vjs-big-play-button,
.bfm_eco .bc-player-aX3YQa6kx6_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-acqDVsmow_default .vjs-big-play-button:active,
.bfm_eco .bc-player-acqDVsmow_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-acqDVsmow_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-acqDVsmow_default .vjs-play-progress,
.bfm_eco .bc-player-acqDVsmow_default .vjs-volume-level,
.bfm_eco .bc-player-acqDVsmow_default:active .vjs-big-play-button,
.bfm_eco .bc-player-acqDVsmow_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-bx2NgYQr2_default .vjs-big-play-button:active,
.bfm_eco .bc-player-bx2NgYQr2_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-bx2NgYQr2_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-bx2NgYQr2_default .vjs-play-progress,
.bfm_eco .bc-player-bx2NgYQr2_default .vjs-volume-level,
.bfm_eco .bc-player-bx2NgYQr2_default:active .vjs-big-play-button,
.bfm_eco .bc-player-bx2NgYQr2_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-d3r0aN74Sb_default .vjs-big-play-button:active,
.bfm_eco .bc-player-d3r0aN74Sb_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-d3r0aN74Sb_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-d3r0aN74Sb_default .vjs-play-progress,
.bfm_eco .bc-player-d3r0aN74Sb_default .vjs-volume-level,
.bfm_eco .bc-player-d3r0aN74Sb_default:active .vjs-big-play-button,
.bfm_eco .bc-player-d3r0aN74Sb_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-dJ1JS0JWJM_default .vjs-big-play-button:active,
.bfm_eco .bc-player-dJ1JS0JWJM_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-dJ1JS0JWJM_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-dJ1JS0JWJM_default .vjs-play-progress,
.bfm_eco .bc-player-dJ1JS0JWJM_default .vjs-volume-level,
.bfm_eco .bc-player-dJ1JS0JWJM_default:active .vjs-big-play-button,
.bfm_eco .bc-player-dJ1JS0JWJM_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-gJegCNYHm_default .vjs-big-play-button:active,
.bfm_eco .bc-player-gJegCNYHm_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-gJegCNYHm_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-gJegCNYHm_default .vjs-play-progress,
.bfm_eco .bc-player-gJegCNYHm_default .vjs-volume-level,
.bfm_eco .bc-player-gJegCNYHm_default:active .vjs-big-play-button,
.bfm_eco .bc-player-gJegCNYHm_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-iy7NdVfplp_default .vjs-big-play-button:active,
.bfm_eco .bc-player-iy7NdVfplp_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-iy7NdVfplp_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-iy7NdVfplp_default .vjs-play-progress,
.bfm_eco .bc-player-iy7NdVfplp_default .vjs-volume-level,
.bfm_eco .bc-player-iy7NdVfplp_default:active .vjs-big-play-button,
.bfm_eco .bc-player-iy7NdVfplp_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-lVotBNfgL_default .vjs-big-play-button:active,
.bfm_eco .bc-player-lVotBNfgL_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-lVotBNfgL_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-lVotBNfgL_default .vjs-play-progress,
.bfm_eco .bc-player-lVotBNfgL_default .vjs-volume-level,
.bfm_eco .bc-player-lVotBNfgL_default:active .vjs-big-play-button,
.bfm_eco .bc-player-lVotBNfgL_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-nMi5BVkII_default .vjs-big-play-button:active,
.bfm_eco .bc-player-nMi5BVkII_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-nMi5BVkII_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-nMi5BVkII_default .vjs-play-progress,
.bfm_eco .bc-player-nMi5BVkII_default .vjs-volume-level,
.bfm_eco .bc-player-nMi5BVkII_default:active .vjs-big-play-button,
.bfm_eco .bc-player-nMi5BVkII_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-tYQCRulx7g_default .vjs-big-play-button:active,
.bfm_eco .bc-player-tYQCRulx7g_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-tYQCRulx7g_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-tYQCRulx7g_default .vjs-play-progress,
.bfm_eco .bc-player-tYQCRulx7g_default .vjs-volume-level,
.bfm_eco .bc-player-tYQCRulx7g_default:active .vjs-big-play-button,
.bfm_eco .bc-player-tYQCRulx7g_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-v51ZxEWOXm_default .vjs-big-play-button:active,
.bfm_eco .bc-player-v51ZxEWOXm_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-v51ZxEWOXm_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-v51ZxEWOXm_default .vjs-play-progress,
.bfm_eco .bc-player-v51ZxEWOXm_default .vjs-volume-level,
.bfm_eco .bc-player-v51ZxEWOXm_default:active .vjs-big-play-button,
.bfm_eco .bc-player-v51ZxEWOXm_default:hover .vjs-big-play-button,
.bfm_eco .bc-player-yFwUZkDWc_default .vjs-big-play-button:active,
.bfm_eco .bc-player-yFwUZkDWc_default .vjs-big-play-button:focus,
.bfm_eco .bc-player-yFwUZkDWc_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.bfm_eco .bc-player-yFwUZkDWc_default .vjs-play-progress,
.bfm_eco .bc-player-yFwUZkDWc_default .vjs-volume-level,
.bfm_eco .bc-player-yFwUZkDWc_default:active .vjs-big-play-button,
.bfm_eco .bc-player-yFwUZkDWc_default:hover .vjs-big-play-button {
  background-color: #ed9205;
}
.bfm_eco .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  color: #fff;
}
.video-js .vjs-volume-panel,
.vjs-control-bar {
  z-index: 999998 !important;
}
.placeholder_video {
  background: no-repeat 50% url('');
  background-size: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
