.exp-video-player__share-overlay__close,
.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__scrubber,
.exp-video-player__controls__close,
.exp-video-player__topbar__share,
.exp-video-player__topbar__partner-info,
.exp-video-player__share-overlay__close,
.exp-video-player__action-overlay-controls__play,
.exp-video-player__action-overlay-controls__sound-button,
.exp-video-player__action-overlay-controls__fullscreen,
.exp-video-player__pause-ad-overlay__play-button,
.exp-video-player__social-buttons__facebook,
.exp-video-player__social-buttons__messenger,
.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__scrubber,
.exp-video-player__controls__close,
.exp-video-player__topbar__share,
.exp-video-player__topbar__partner-info,
.exp-video-player__share-overlay__close,
.exp-video-player__action-overlay-controls__play,
.exp-video-player__action-overlay-controls__sound-button,
.exp-video-player__action-overlay-controls__fullscreen,
.exp-video-player__pause-ad-overlay__play-button,
.exp-video-player__social-buttons__facebook,
.exp-video-player__social-buttons__messenger,
.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__scrubber:hover,
.exp-video-player__controls__close:hover,
.exp-video-player__topbar__share:hover,
.exp-video-player__topbar__partner-info:hover,
.exp-video-player__share-overlay__close:hover,
.exp-video-player__action-overlay-controls__play:hover,
.exp-video-player__action-overlay-controls__sound-button:hover,
.exp-video-player__action-overlay-controls__fullscreen:hover,
.exp-video-player__pause-ad-overlay__play-button:hover,
.exp-video-player__social-buttons__facebook:hover,
.exp-video-player__social-buttons__messenger: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__scrubber:active,
.exp-video-player__controls__close:active,
.exp-video-player__topbar__share:active,
.exp-video-player__topbar__partner-info:active,
.exp-video-player__share-overlay__close:active,
.exp-video-player__action-overlay-controls__play:active,
.exp-video-player__action-overlay-controls__sound-button:active,
.exp-video-player__action-overlay-controls__fullscreen:active,
.exp-video-player__pause-ad-overlay__play-button:active,
.exp-video-player__social-buttons__facebook:active,
.exp-video-player__social-buttons__messenger: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__scrubber:focus,
.exp-video-player__controls__close:focus,
.exp-video-player__topbar__share:focus,
.exp-video-player__topbar__partner-info:focus,
.exp-video-player__share-overlay__close:focus,
.exp-video-player__action-overlay-controls__play:focus,
.exp-video-player__action-overlay-controls__sound-button:focus,
.exp-video-player__action-overlay-controls__fullscreen:focus,
.exp-video-player__pause-ad-overlay__play-button:focus,
.exp-video-player__social-buttons__facebook:focus,
.exp-video-player__social-buttons__messenger: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;
  z-index: 1;
}
.exp-video-player.exp-video-player--fullscreen .exp-video-player__controls__close {
  display: none;
}
.exp-video-player.exp-video-player--fullscreen .exp-video-player__action-overlay-controls__fullscreen {
  background-image: url("/videoplayer/assets/img/icons/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 {
  bottom: 0;
}
.exp-video-player .exp-video-player__controls-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, opacity 250ms;
  -o-transition: visibility 0s linear 0s, opacity 250ms;
  transition: visibility 0s linear 0s, opacity 250ms;
}
.exp-video-player.exp-video-player--playing .exp-video-player__action-overlay-controls__play {
  background-image: url("/videoplayer/assets/img/icons/pause.svg");
}
.exp-video-player.exp-video-player--playing .exp-video-player__action-overlay {
  opacity: 1;
}
.exp-video-player.exp-video-player--playing.exp-video-player--hide-gui .exp-video-player__controls-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 250ms, opacity 250ms;
  -o-transition: visibility 0s linear 250ms, opacity 250ms;
  transition: visibility 0s linear 250ms, opacity 250ms;
}
.exp-video-player.exp-video-player--playing.exp-video-player--hide-gui .exp-video-player__topbar__partner-info,
.exp-video-player.exp-video-player--playing.exp-video-player--hide-gui .exp-video-player__topbar__share,
.exp-video-player.exp-video-player--playing.exp-video-player--hide-gui .exp-video-player__action-overlay-controls {
  visibility: hidden;
}
.exp-video-player.exp-video-player--playing.exp-video-player--hide-gui .exp-video-player__topbar,
.exp-video-player.exp-video-player--playing.exp-video-player--hide-gui .exp-video-player__action-overlay {
  opacity: 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__action-overlay-controls__play {
  background-image: url("/videoplayer/assets/img/icons/replay_overlay.svg");
}
.exp-video-player.exp-video-player--ended .exp-video-player__action-overlay-controls__sound-button,
.exp-video-player.exp-video-player--ended .exp-video-player__action-overlay-controls__fullscreen {
  display: none;
}
.exp-video-player.exp-video-player--muted .exp-video-player__action-overlay-controls__sound-button {
  background-image: url("/videoplayer/assets/img/icons/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--mobile .exp-video-player__controls__volume {
  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,
.exp-video-player.exp-video-player--ad-break .exp-video-player__topbar__title {
  visibility: hidden;
}
.exp-video-player.exp-video-player--ad-break .exp-video-player__action-overlay {
  top: 0;
  bottom: 0;
  pointer-events: none;
  cursor: pointer;
}
.exp-video-player.exp-video-player--ad-break .exp-video-player__action-overlay-controls {
  pointer-events: auto;
}
.exp-video-player.exp-video-player--ad-break .exp-video-player__topbar,
.exp-video-player.exp-video-player--ad-break .exp-video-player__controls-wrapper {
  visibility: hidden;
}
.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__ad-video {
  display: block;
}
.exp-video-player.exp-video-player--ad-break .exp-video-player__read-more {
  display: block;
}
.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__video {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.exp-video-player__controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  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;
}
.exp-video-player__controls__middle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  padding: 18px 10px;
}
.exp-video-player__controls__current-time {
  vertical-align: middle;
}
.exp-video-player__controls__progressbar {
  height: 4px;
  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: 14px;
  width: 14px;
  padding: 0;
  margin-left: -5px;
  top: -5px;
  background-size: 25px;
  background-position: center;
  background-image: url("/videoplayer/assets/img/icons/scrubber.svg");
}
.exp-video-player__controls__live {
  background: #f00;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
  padding: 2px 5px;
}
.exp-video-player__controls-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.8)), color-stop(40%, rgba(0,0,0,0.7)), to(rgba(0,0,0,0.25)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.25) 100%);
  background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.25) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
.exp-video-player__controls__close {
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.8)), color-stop(40%, rgba(0,0,0,0.7)), to(rgba(0,0,0,0.25)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.25) 100%);
  background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.25) 100%);
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  height: 100%;
}
.exp-video-player__controls__close--hidden {
  display: none;
}
.exp-video-player__topbar,
.exp-video-player__pause-ad-overlay__topbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-weight: normal;
}
.exp-video-player__topbar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), color-stop(40%, rgba(0,0,0,0.7)), to(rgba(0,0,0,0.25)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.25) 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.25) 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.25) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}
.exp-video-player__preview .exp-video-player__topbar {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.25)), to(rgba(31,35,38,0)));
  background: -webkit-linear-gradient(rgba(0,0,0,0.25), rgba(31,35,38,0));
  background: -o-linear-gradient(rgba(0,0,0,0.25), rgba(31,35,38,0));
  background: linear-gradient(rgba(0,0,0,0.25), rgba(31,35,38,0));
}
.exp-video-player__topbar__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 40px 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 425px) {
  .exp-video-player__topbar__title {
    font-size: 14px;
  }
}
.exp-video-player__topbar__share {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 40px;
  height: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  background-image: url("/videoplayer/assets/img/icons/share.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.exp-video-player__topbar__partner-info {
  min-width: 130px;
  width: 130px;
  height: 100%;
  padding-right: 40px;
  background-image: url("/videoplayer/assets/img/icons/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 {
  position: absolute;
  top: 40px;
  bottom: 40px;
  width: 100%;
  left: 0;
  right: 0;
}
.exp-video-player__share-overlay,
.exp-video-player__partner-info-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.exp-video-player__share-overlay--fade-in,
.exp-video-player__partner-info-overlay--fade-in {
  opacity: 1;
  border: #d3d3d3 1px solid;
  background-color: rgba(255,255,255,0.95);
}
.exp-video-player__buffer-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.exp-video-player__buffer-overlay--fade-in {
  opacity: 1;
}
.exp-video-player__share-overlay {
  top: 0;
  bottom: 0;
  padding: 10px;
  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;
  color: #212121;
  z-index: 3;
}
.exp-video-player__share-overlay input {
  background: #f2f0ec;
}
.exp-video-player__share-overlay__header {
  margin-top: 3%;
  padding: 0 40px 0 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 450px) {
  .exp-video-player__share-overlay__header {
    display: none;
  }
}
.exp-video-player__share-overlay__close {
  top: 5px;
  right: 5px;
  position: absolute;
  background-image: url("/videoplayer/assets/img/icons/close.svg");
  z-index: 2;
}
.exp-video-player__share-overlay__video-title {
  margin: 0.5em 0 0 0;
  padding: 0 10% 0 10%;
  text-align: center;
  color: #1f2326;
  font-size: 14px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 450px) {
  .exp-video-player__share-overlay__video-title {
    display: none;
  }
}
.exp-video-player__action-overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0,0,0,0.25);
  opacity: 1;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}
.exp-video-player__action-overlay-controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.exp-video-player__action-overlay-controls__play {
  height: 66px;
  width: 66px;
  margin: 0 30px;
  background-color: rgba(31,35,38,0);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 66px;
  background-image: url("/videoplayer/assets/img/icons/play_overlay.svg");
}
@media (max-width: 650px) {
  .exp-video-player__action-overlay-controls__play {
    margin: 0 20px;
  }
}
@media (max-width: 450px) {
  .exp-video-player__action-overlay-controls__play {
    width: 56px;
    height: 56px;
    background-size: 56px;
  }
}
.exp-video-player__action-overlay-controls__sound-button {
  height: 46px;
  width: 46px;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 46px;
  background-image: url("/videoplayer/assets/img/icons/sound_on.svg");
}
@media (max-width: 450px) {
  .exp-video-player__action-overlay-controls__sound-button {
    width: 36px;
    height: 36px;
    background-size: 36px;
  }
}
.exp-video-player__action-overlay-controls__fullscreen {
  height: 46px;
  width: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/videoplayer/assets/img/icons/fullscreen_on.svg");
  background-size: 46px;
}
@media (max-width: 450px) {
  .exp-video-player__action-overlay-controls__fullscreen {
    width: 36px;
    height: 36px;
    background-size: 36px;
  }
}
.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/icons/play.svg");
  background-position: center;
}
.exp-video-player__social-buttons {
  margin: 1em 0 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.exp-video-player__social-buttons__facebook,
.exp-video-player__social-buttons__messenger,
.exp-video-player__social-buttons__twitter {
  max-width: 150px;
  color: #fff;
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  width: 30%;
}
.exp-video-player__social-buttons__facebook::before,
.exp-video-player__social-buttons__messenger::before,
.exp-video-player__social-buttons__twitter::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  vertical-align: middle;
}
@media (max-width: 500px) {
  .exp-video-player__social-buttons__facebook,
  .exp-video-player__social-buttons__messenger,
  .exp-video-player__social-buttons__twitter {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .exp-video-player__social-buttons__facebook,
  .exp-video-player__social-buttons__messenger,
  .exp-video-player__social-buttons__twitter {
    width: 20%;
  }
}
.exp-video-player__social-buttons__share-name {
  margin-left: 5px;
}
@media (max-width: 500px) {
  .exp-video-player__social-buttons__share-name {
    display: none;
  }
}
.exp-video-player__social-buttons__facebook {
  background-color: #3b5999;
  margin-right: 5%;
}
.exp-video-player__social-buttons__facebook::before {
  background-image: url("/videoplayer/assets/img/icons/facebook.svg");
}
.exp-video-player__social-buttons__messenger {
  background-color: #0584fe;
}
.exp-video-player__social-buttons__messenger::before {
  background-image: url("/videoplayer/assets/img/icons/messenger.svg");
}
.exp-video-player__social-buttons__twitter {
  background-color: #04abed;
  margin-left: 5%;
}
.exp-video-player__social-buttons__twitter::before {
  background-image: url("/videoplayer/assets/img/icons/twitter.svg");
}
.exp-video-player__social-buttons__copy-url {
  padding: 4px 6px 6px 6px;
  background: #fff;
  border-right: #f2f0ec solid 2px;
  border-bottom: #f2f0ec solid 2px;
  border-radius: 2px;
}
.exp-video-player__share-link,
.exp-video-player__share-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.exp-video-player__share-link__label,
.exp-video-player__share-embed__label {
  display: table-cell;
  width: 70px;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  line-height: 2.4;
}
@media (max-width: 500px) {
  .exp-video-player__share-link__label,
  .exp-video-player__share-embed__label {
    text-align: left;
  }
}
.exp-video-player__share-link__input,
.exp-video-player__share-embed__input {
  display: table-cell;
  width: 50%;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: middle;
  background: #fff;
  font-size: 14px;
  font-family: Arial;
  color: #212121;
  line-height: 30px;
  border-radius: 2px;
  text-indent: 10px;
}
@media (max-width: 500px) {
  .exp-video-player__share-link__input,
  .exp-video-player__share-embed__input {
    width: 55%;
  }
}
@media (max-width: 450px) {
  .exp-video-player__share-link__input,
  .exp-video-player__share-embed__input {
    width: 50%;
  }
}
.exp-video-player__buffer-overlay {
  background-image: url("/videoplayer/assets/img/icons/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 {
  top: 0;
  bottom: 0;
  font-size: 16px;
  background: #fff;
  color: #212121;
}
@media (max-width: 650px) {
  .exp-video-player__partner-info-overlay {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .exp-video-player__partner-info-overlay {
    font-size: 10px;
  }
}
.exp-video-player__partner-info-overlay__close {
  top: 5px;
  right: 5px;
  position: absolute;
  background-image: url("/videoplayer/assets/img/icons/close.svg");
  z-index: 1;
}
.exp-video-player__partner-info-overlay__content {
  position: absolute;
  top: 10px;
  width: 100%;
}
@media (max-width: 650px) {
  .exp-video-player__partner-info-overlay__content {
    bottom: 0;
  }
}
.exp-video-player__partner-info-overlay__header {
  text-align: center;
  color: #1f2326;
  font-size: 18px;
  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 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 2;
}
.exp-video-player__partner-info-overlay__row2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4em auto;
  line-height: 1.5;
}
@media (max-width: 400px) {
  .exp-video-player__partner-info-overlay__row2 {
    margin: 2em auto;
  }
}
.exp-video-player__partner-info-overlay__column1 {
  display: inline-block;
  width: 11em;
}
.exp-video-player__partner-info-overlay__column1 > img {
  height: 4em;
  margin-left: 60px;
}
@media (max-width: 400px) {
  .exp-video-player__partner-info-overlay__column1 > img {
    height: 4em;
    margin-left: 30px;
  }
}
.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: #212121;
}
.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 {
  bottom: 2px;
  position: absolute;
  right: 10px;
}
.exp-video-player__preview-controls-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.exp-video-player__preview__play {
  height: 66px;
  width: 66px;
  background-image: url("/videoplayer/assets/img/icons/play_overlay.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 66px;
  cursor: pointer;
}
@media (max-width: 450px) {
  .exp-video-player__preview__play {
    background-size: 56px;
  }
}
.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;
  max-width: 31%;
  max-height: 31%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotateZ(-90deg);
  overflow: visible;
}
@media (max-width: 425px) {
  .exp-video-player__next-video__countdown {
    width: 100px;
    height: 100px;
  }
}
.exp-video-player__next-video__countdown-background {
  stroke-width: 10%;
  fill: none;
  stroke: rgba(255,255,255,0.35);
}
.exp-video-player__next-video__countdown-foreground {
  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;
  height: 136px;
  max-height: 21.08%;
  -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: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 18%;
}
@media (max-width: 425px) {
  .exp-video-player__next-video__abort {
    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 {
  color: #fff;
  display: none;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  pointer-events: none;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.exp-video-player__ad-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.exp-video-player__ad-video > div {
  width: 100%;
  height: 100%;
}
.exp-video-player__read-more {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), color-stop(40%, rgba(0,0,0,0.7)), color-stop(99%, rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0) 99%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0) 99%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.7) 40%, rgba(0,0,0,0) 99%);
  height: 40px;
  width: 100%;
  position: absolute;
  padding: 5px;
  text-align: right;
  font-size: 16px;
  pointer-events: none;
}

/*# sourceMappingURL=main-e942214a.min.css.map */
