.exp-video-player__controls__play-pause-button,
.exp-video-player__controls__sound-button,
.exp-video-player__controls__fullscreen,
.exp-video-player__mute-notification,
.exp-video-player__pause-ad-overlay__play-button,
.exp-video-player__partner-info-overlay__close {
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  border: 0;
}
.exp-video-player__controls__volume-slider,
.exp-video-player__controls__play-pause-button,
.exp-video-player__controls__sound-button,
.exp-video-player__controls__scrubber,
.exp-video-player__controls__fullscreen,
.exp-video-player__mute-notification,
.exp-video-player__topbar__share,
.exp-video-player__topbar__partner-info,
.exp-video-player__pause-ad-overlay__play-button,
.exp-video-player__social-buttons__facebook,
.exp-video-player__social-buttons__twitter,
.exp-video-player__partner-info-overlay__close,
.exp-video-player__preview__play,
.exp-video-player__next-video__abort {
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.exp-video-player__controls__volume-slider,
.exp-video-player__controls__play-pause-button,
.exp-video-player__controls__sound-button,
.exp-video-player__controls__scrubber,
.exp-video-player__controls__fullscreen,
.exp-video-player__mute-notification,
.exp-video-player__topbar__share,
.exp-video-player__topbar__partner-info,
.exp-video-player__pause-ad-overlay__play-button,
.exp-video-player__social-buttons__facebook,
.exp-video-player__social-buttons__twitter,
.exp-video-player__partner-info-overlay__close,
.exp-video-player__preview__play,
.exp-video-player__next-video__abort,
.exp-video-player__controls__volume-slider:hover,
.exp-video-player__controls__play-pause-button:hover,
.exp-video-player__controls__sound-button:hover,
.exp-video-player__controls__scrubber:hover,
.exp-video-player__controls__fullscreen:hover,
.exp-video-player__mute-notification:hover,
.exp-video-player__topbar__share:hover,
.exp-video-player__topbar__partner-info:hover,
.exp-video-player__pause-ad-overlay__play-button:hover,
.exp-video-player__social-buttons__facebook:hover,
.exp-video-player__social-buttons__twitter:hover,
.exp-video-player__partner-info-overlay__close:hover,
.exp-video-player__preview__play:hover,
.exp-video-player__next-video__abort:hover,
.exp-video-player__controls__volume-slider:active,
.exp-video-player__controls__play-pause-button:active,
.exp-video-player__controls__sound-button:active,
.exp-video-player__controls__scrubber:active,
.exp-video-player__controls__fullscreen:active,
.exp-video-player__mute-notification:active,
.exp-video-player__topbar__share:active,
.exp-video-player__topbar__partner-info:active,
.exp-video-player__pause-ad-overlay__play-button:active,
.exp-video-player__social-buttons__facebook:active,
.exp-video-player__social-buttons__twitter:active,
.exp-video-player__partner-info-overlay__close:active,
.exp-video-player__preview__play:active,
.exp-video-player__next-video__abort:active,
.exp-video-player__controls__volume-slider:focus,
.exp-video-player__controls__play-pause-button:focus,
.exp-video-player__controls__sound-button:focus,
.exp-video-player__controls__scrubber:focus,
.exp-video-player__controls__fullscreen:focus,
.exp-video-player__mute-notification:focus,
.exp-video-player__topbar__share:focus,
.exp-video-player__topbar__partner-info:focus,
.exp-video-player__pause-ad-overlay__play-button:focus,
.exp-video-player__social-buttons__facebook:focus,
.exp-video-player__social-buttons__twitter:focus,
.exp-video-player__partner-info-overlay__close:focus,
.exp-video-player__preview__play:focus,
.exp-video-player__next-video__abort:focus {
  text-decoration: none;
  outline: 0;
}
.exp-video-player {
  background-color: #000;
  color: #fff;
  font-family: Arial;
  font-size: 13px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.exp-video-player *,
.exp-video-player *::before,
.exp-video-player *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.exp-video-player.exp-video-player--aspect-ratio-1x1 {
  padding-bottom: 100%;
}
.exp-video-player.exp-video-player--embeded {
  position: inherit;
}
.exp-video-player.exp-video-player--embeded::before {
  content: none;
}
.exp-video-player.exp-video-player--fullscreen {
  height: 100%;
  width: 100%;
}
.exp-video-player.exp-video-player--fullscreen::before {
  padding-bottom: 0;
}
.exp-video-player.exp-video-player--fullscreen .exp-video-player__controls {
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 40px;
  background-color: rgba(31,35,38,0.8);
  z-index: 2;
}
.exp-video-player.exp-video-player--fullscreen .exp-video-player__controls__fullscreen {
  background-image: url("/videoplayer/assets/img/icon_fullscreen_off.svg");
}
.exp-video-player.exp-video-player--fullscreen .exp-video-player__buffer-overlay,
.exp-video-player.exp-video-player--fullscreen .exp-video-player__action-overlay,
.exp-video-player.exp-video-player--fullscreen .exp-video-player__share-overlay {
  bottom: 0;
  z-index: 1;
}
.exp-video-player.exp-video-player--playing .exp-video-player__controls__play-pause-button {
  background-image: url("/videoplayer/assets/img/icon_pause.svg");
}
.exp-video-player.exp-video-player--playing .exp-video-player__action-overlay {
  opacity: 0;
}
.exp-video-player.exp-video-player--playing.exp-video-player--hide-gui .exp-video-player__controls,
.exp-video-player.exp-video-player--playing.exp-video-player--hide-gui .exp-video-player__topbar {
  opacity: 0;
}
.exp-video-player.exp-video-player--playing.exp-video-player--hide-gui .exp-video-player__action-overlay {
  top: 0;
  bottom: 0;
}
.exp-video-player.exp-video-player--playing.exp-video-player--hide-gui .exp-video-player__buffer-overlay {
  background-color: transparent;
}
.exp-video-player.exp-video-player--ended .exp-video-player__controls__play-pause-button {
  background-image: url("/videoplayer/assets/img/icon_replay.svg");
}
.exp-video-player.exp-video-player--ended .exp-video-player__action-overlay {
  background-image: url("/videoplayer/assets/img/icon_replay_overlay.svg");
}
.exp-video-player.exp-video-player--muted .exp-video-player__controls__sound-button {
  background-image: url("/videoplayer/assets/img/icon_sound_off.svg");
}
.exp-video-player.exp-video-player--muted .exp-video-player__controls__volume-foreground {
  height: 0 !important;
}
.exp-video-player.exp-video-player--muted .exp-video-player__controls__volume-slider {
  bottom: 0 !important;
}
.exp-video-player.exp-video-player--muted.exp-video-player--hide-gui .exp-video-player__mute-notification {
  opacity: 1;
}
.exp-video-player.exp-video-player--mobile .exp-video-player__controls__volume {
  display: none;
}
.exp-video-player.exp-video-player--mobile.exp-video-player--hide-gui .exp-video-player__action-overlay {
  display: block;
}
.exp-video-player.exp-video-player--pause-break .exp-video-player__action-overlay,
.exp-video-player.exp-video-player--pause-break .exp-video-player__controls,
.exp-video-player.exp-video-player--pause-break .exp-video-player__topbar {
  display: none;
}
.exp-video-player.exp-video-player--ad-break .exp-video-player__controls__current-time,
.exp-video-player.exp-video-player--ad-break .exp-video-player__controls__progressbar,
.exp-video-player.exp-video-player--ad-break .exp-video-player__controls__duration {
  visibility: hidden;
}
.exp-video-player.exp-video-player--ad-break .exp-video-player__action-overlay {
  display: none;
}
.exp-video-player.exp-video-player--ad-break .exp-video-player__ad-counter {
  display: block;
}
.exp-video-player.exp-video-player--ad-break.exp-video-player--hide-gui .exp-video-player__ad-counter {
  top: 20px;
}
.exp-video-player.exp-video-player--ad-start.exp-video-player--modified-aspect-ratio.exp-video-player--shared .exp-video-player__video {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.exp-video-player.exp-video-player--shared:not(.exp-video-player--pause-break) .exp-video-player__ad-video {
  display: none !important;
}
.exp-video-player__video {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.exp-video-player__controls__play-pause-button,
.exp-video-player__controls__sound-button,
.exp-video-player__controls__fullscreen {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.exp-video-player__controls__play-pause-button:hover,
.exp-video-player__controls__sound-button:hover,
.exp-video-player__controls__fullscreen:hover {
  opacity: 0.6;
}
.exp-video-player__controls {
  background-color: rgba(31,35,38,0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.exp-video-player__controls__middle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  padding: 19px 10px;
}
.exp-video-player__controls__volume {
  background-color: #1f2326;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 55px;
  left: 42px;
  height: 120px;
  width: 30px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  z-index: 1;
}
.exp-video-player__controls__volume::before {
  position: absolute;
  top: 100%;
  left: 11px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-width: 4px;
  border-top-color: #1f2326;
  border-top-width: 10px;
  content: " ";
  pointer-events: none;
}
.exp-video-player__controls__volume-background {
  background-color: #fff;
  height: 100px;
  width: 2px;
  margin: 10px auto;
}
.exp-video-player__controls__volume-foreground {
  width: 2px;
  height: 0;
  position: absolute;
  bottom: 10px;
  left: 14px;
  background-color: #e30613;
}
.exp-video-player__controls__volume-slider {
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 14px;
  bottom: 0;
  left: 8px;
  margin-bottom: 8px;
  cursor: ns-resize;
}
.exp-video-player__controls__play-pause-button {
  background-image: url("/videoplayer/assets/img/icon_play.svg");
}
.exp-video-player__controls__sound-button {
  cursor: pointer;
  background-image: url("/videoplayer/assets/img/icon_sound_on.svg");
}
.exp-video-player__controls__sound-container {
  display: inline-block;
  vertical-align: middle;
}
.exp-video-player__controls__sound-container:hover {
  height: 80px;
}
.exp-video-player__controls__sound-container:hover > .exp-video-player__controls__volume {
  visibility: visible;
  opacity: 1;
}
.exp-video-player__controls__sound-container:hover > .exp-video-player__controls__sound-button {
  height: 80px;
}
.exp-video-player__controls__current-time {
  margin-left: 10px;
  vertical-align: middle;
}
.exp-video-player__controls__progressbar {
  height: 2px;
  background-color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #f00));
  background: -webkit-linear-gradient(left, #fff 50%, #f00 50%);
  background: -o-linear-gradient(left, #fff 50%, #f00 50%);
  background: linear-gradient(to right, #fff 50%, #f00 50%);
  background-size: 200%;
}
.exp-video-player__controls__scrubber {
  position: absolute;
  height: 12px;
  width: 10px;
  padding: 0;
  margin-left: -5px;
  top: -5px;
  background-position: center;
  background-image: url("/videoplayer/assets/img/icon_scrubber.svg");
}
.exp-video-player__controls__fullscreen {
  background-image: url("/videoplayer/assets/img/icon_fullscreen_on.svg");
}
.exp-video-player__controls__live {
  background: #f00;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
  padding: 2px 5px;
}
.exp-video-player__mute-notification {
  position: absolute;
  opacity: 0;
  width: 35px;
  height: 35px;
  background: rgba(31,35,38,0.8) no-repeat 50% 50%;
  border-radius: 100%;
  bottom: 60px;
  left: 20px;
  cursor: pointer;
  background-image: url("/videoplayer/assets/img/icon_sound_off.svg");
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
.exp-video-player__topbar,
.exp-video-player__pause-ad-overlay__topbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(31,35,38,0.8);
  font-size: 16px;
  font-weight: bold;
}
.exp-video-player__topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.exp-video-player__preview .exp-video-player__topbar {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31,35,38,0.8)), to(rgba(31,35,38,0)));
  background: -webkit-linear-gradient(rgba(31,35,38,0.8), rgba(31,35,38,0));
  background: -o-linear-gradient(rgba(31,35,38,0.8), rgba(31,35,38,0));
  background: linear-gradient(rgba(31,35,38,0.8), rgba(31,35,38,0));
}
.exp-video-player__topbar__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 80px;
  line-height: 40px;
  background-image: url("/videoplayer/assets/img/logo.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 15px center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 425px) {
  .exp-video-player__topbar__title {
    font-size: 13px;
  }
}
.exp-video-player__topbar--partner .exp-video-player__topbar__title {
  padding: 0 0 0 10px;
  background-image: none;
}
.exp-video-player__topbar__share {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  background-image: url("/videoplayer/assets/img/icon_share.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.exp-video-player__topbar__share:hover {
  opacity: 0.6;
}
.exp-video-player__topbar__partner-info {
  min-width: 130px;
  width: 130px;
  padding-right: 40px;
  background-image: url("/videoplayer/assets/img/icon_partner-info.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-align: right;
  font-size: 8px;
  color: #fff;
}
.exp-video-player__topbar__partner-logo {
  height: 100%;
}
.exp-video-player__share-overlay,
.exp-video-player__action-overlay,
.exp-video-player__buffer-overlay,
.exp-video-player__error-overlay,
.exp-video-player__partner-info-overlay {
  background-color: rgba(31,35,38,0.8);
  position: absolute;
  top: 40px;
  bottom: 40px;
  width: 100%;
  left: 0;
  right: 0;
}
.exp-video-player__share-overlay,
.exp-video-player__buffer-overlay,
.exp-video-player__partner-info-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.exp-video-player__share-overlay--fade-in,
.exp-video-player__buffer-overlay--fade-in,
.exp-video-player__partner-info-overlay--fade-in {
  opacity: 1 !important;
}
.exp-video-player__share-overlay {
  padding: 0 12.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.exp-video-player__action-overlay {
  background-color: rgba(31,35,38,0);
  background-image: url("/videoplayer/assets/img/icon_play_overlay.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.exp-video-player__action-overlay:hover {
  background-color: rgba(31,35,38,0.8);
  background-size: 69px;
}
.exp-video-player__pause-ad-overlay__topbar {
  background-color: rgba(0,0,0,0.3);
  line-height: 40px;
  padding-left: 10px;
  font-weight: normal;
}
@media (max-width: 460px) {
  .exp-video-player__pause-ad-overlay__topbar {
    font-size: 13px;
  }
}
.exp-video-player__pause-ad-overlay__play-button {
  height: 45px;
  width: 45px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: rgba(0,0,0,0.8);
  border-radius: 50%;
  background-image: url("/videoplayer/assets/img/icon_play.svg");
  background-position: center;
}
.exp-video-player__social-buttons {
  margin: 0 0 20px 70px;
}
.exp-video-player__social-buttons__facebook,
.exp-video-player__social-buttons__twitter {
  color: #fff;
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  width: 48%;
}
.exp-video-player__social-buttons__facebook::before,
.exp-video-player__social-buttons__twitter::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
@media (max-width: 500px) {
  .exp-video-player__social-buttons {
    margin-left: 0;
  }
  .exp-video-player__social-buttons__share-name {
    display: none;
  }
}
.exp-video-player__social-buttons__facebook {
  background-color: #3b5999;
  margin-right: 2%;
}
.exp-video-player__social-buttons__facebook::before {
  background-image: url("/videoplayer/assets/img/icon_facebook.svg");
}
.exp-video-player__social-buttons__twitter {
  background-color: #04abed;
  margin-left: 2%;
}
.exp-video-player__social-buttons__twitter::before {
  background-image: url("/videoplayer/assets/img/icon_twitter.svg");
}
.exp-video-player__social-buttons__facebook-likes {
  width: 45px;
  float: right;
  background: #f2f0ec;
  color: #808080;
  padding: 0 10px;
  border-radius: 0 2px 2px 0;
}
.exp-video-player__share-link,
.exp-video-player__share-embed {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.exp-video-player__share-link__label,
.exp-video-player__share-embed__label {
  display: table-cell;
  width: 70px;
  text-align: right;
  padding-right: 10px;
}
@media (max-width: 500px) {
  .exp-video-player__share-link__label,
  .exp-video-player__share-embed__label {
    display: block;
    text-align: left;
    padding-bottom: 5px;
  }
}
.exp-video-player__share-link__input,
.exp-video-player__share-embed__input {
  display: table-cell;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: middle;
  background: #fff;
  font-size: 14px;
  font-family: Arial;
  color: #808080;
  line-height: 30px;
  border-radius: 2px;
  text-indent: 10px;
}
@media (max-width: 500px) {
  .exp-video-player__share-embed {
    display: none;
  }
  .exp-video-player__share-link {
    margin-bottom: 0;
  }
}
.exp-video-player__buffer-overlay {
  background-image: url("/videoplayer/assets/img/icon_loader.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px;
  pointer-events: none;
}
@media (max-width: 425px) {
  .exp-video-player__buffer-overlay {
    background-size: 100px;
  }
}
.exp-video-player__error-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.exp-video-player__partner-info-overlay {
  font-size: 16px;
}
@media (max-width: 650px) {
  .exp-video-player__partner-info-overlay {
    font-size: 12px;
  }
}
.exp-video-player__partner-info-overlay__close {
  background-image: url("/videoplayer/assets/img/icon_close.svg");
  position: absolute;
  top: 10px;
  right: 10px;
}
.exp-video-player__partner-info-overlay__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 650px) {
  .exp-video-player__partner-info-overlay__content {
    bottom: 0;
  }
}
.exp-video-player__partner-info-overlay__header {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media (max-width: 650px) {
  .exp-video-player__partner-info-overlay__header {
    display: none;
  }
}
.exp-video-player__partner-info-overlay__row1 {
  line-height: 2;
}
.exp-video-player__partner-info-overlay__row2 {
  line-height: 1.5;
  margin-top: 1em;
}
.exp-video-player__partner-info-overlay__column1 {
  display: inline-block;
  width: 11em;
}
.exp-video-player__partner-info-overlay__column1 > img {
  height: 4em;
}
.exp-video-player__partner-info-overlay__column2 {
  display: inline-block;
}
.exp-video-player__partner-info-overlay__column2 > a,
.exp-video-player__partner-info-overlay__column2 > a:active,
.exp-video-player__partner-info-overlay__column2 > a:link,
.exp-video-player__partner-info-overlay__column2 > a:hover,
.exp-video-player__partner-info-overlay__column2 > a:visited {
  color: #fff;
}
.exp-video-player__preview {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.exp-video-player__preview__image {
  display: block;
  width: 100%;
}
.exp-video-player__preview__duration {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.exp-video-player__preview__play {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("/videoplayer/assets/img/icon_play_overlay.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  cursor: pointer;
}
.exp-video-player__next-video {
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.exp-video-player__next-video__topbar {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
@media (max-width: 425px) {
  .exp-video-player__next-video__topbar {
    font-size: 13px;
  }
}
.exp-video-player__next-video__label {
  color: #0976b5;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 425px) {
  .exp-video-player__next-video__label {
    font-size: 14px;
  }
}
.exp-video-player__next-video__countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  -webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotateZ(-90deg);
}
@media (max-width: 425px) {
  .exp-video-player__next-video__countdown {
    width: 100px;
    height: 100px;
  }
}
.exp-video-player__next-video__countdown-background {
  r: 45%;
  stroke-width: 10%;
  fill: none;
  stroke: rgba(255,255,255,0.35);
}
.exp-video-player__next-video__countdown-foreground {
  r: 45%;
  stroke-dasharray: 282.7%;
  stroke-dashoffset: 0;
  stroke-linecap: butt;
  stroke-width: 10%;
  fill: none;
  stroke: #0976b5;
  -webkit-animation-name: countdown;
  animation-name: countdown;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.exp-video-player__next-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 136px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 425px) {
  .exp-video-player__next-video__play {
    width: 68px;
  }
}
.exp-video-player__next-video__abort {
  position: absolute;
  color: #fff;
  width: 200px;
  left: 50%;
  font-size: 22px;
  top: 50%;
  -webkit-transform: translate(-50%, 115px);
  -ms-transform: translate(-50%, 115px);
  transform: translate(-50%, 115px);
}
@media (max-width: 425px) {
  .exp-video-player__next-video__abort {
    -webkit-transform: translate(-50%, 65px);
    -ms-transform: translate(-50%, 65px);
    transform: translate(-50%, 65px);
    font-size: 14px;
  }
}
.exp-video-player__next-video__image {
  width: 100%;
  opacity: 0.6;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@-webkit-keyframes countdown {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -282.7%;
  }
}
@keyframes countdown {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -282.7%;
  }
}
.exp-video-player__ad-counter {
  background-color: rgba(31,35,38,0.8);
  color: #fff;
  display: none;
  font-size: 12px;
  left: 20px;
  padding: 5px 8px;
  pointer-events: none;
  position: absolute;
  top: 50px;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.exp-video-player__ad-video {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}

/*# sourceMappingURL=main-2af4b56.min.css.map */
