.player-buttons-style {
  background-color: black;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0.7;
  font-size: x-large;
  height: 28px;
  left: 40px;
}

.player-buttons-click {
  bottom: 40px;
}

.player-display-logo {
  left: 7%;
  top: 5.5%;
  height: 4% !important;
}

.player-logo-style {
  position: absolute;
  z-index: 1;
  opacity: 0.8;
}

.player-fullscreen {
  overflow: hidden;
  position: fixed !important;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto !important;
}

.player-fullscreen video {
  width: 100% !important;
  height: 100%;
}

.persona-fixed {
  position: fixed !important;
  right: 0;
}

.persona-disable-click {
  pointer-events: none;
  cursor: default;
}

.infinite-page {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transition: 0s;
  /* width: 200% !important; */
  height: 200% !important;
  /* overflow: scroll; */
}

.fullscreen-background {
  background-color: black !important;
}

.show-progress > div > .player-buttons-click {
  bottom: 150px;
}

.bmpui-controls-shown + .player-buttons-click {
  bottom: 150px;
}

.player-buttons-click-bar-open {
  bottom: 150px;
}

.player-pss-countdown-bar-open {
  bottom: 110px;
}

.player-overlay-bar-open {
  bottom: 150px !important;
}

@media only screen and (max-width: 900px) {
  .player-buttons-style {
    background-color: black;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    cursor: pointer;
    font-size: large;
    opacity: 0.7;
    height: 22px;
    left: 40px;
  }
  .player-buttons-click {
    bottom: 40px;
  }

  .show-progress > div > .player-buttons-click {
    bottom: 150px;
  }

  .bmpui-controls-shown + .player-buttons-click {
    bottom: 150px;
  }
}

@media only screen and (max-width: 500px) {
  .player-buttons-style {
    background-color: black;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    cursor: pointer;
    font-size: medium;
    opacity: 0.7;
    height: 20px;
    left: 20px;
  }
  .player-buttons-click {
    bottom: 40px;
  }

  .show-progress > div > .player-buttons-click {
    bottom: 150px;
  }

  .bmpui-controls-shown + .player-buttons-click {
    bottom: 150px;
  }
}

.player-cta-group {
  position: absolute;
  left: 40px;
}

.pplayer-flyout-cta {
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: -ms-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  direction: ltr;
  height: 64px;
}
.pplayer-flyout-cta-icon-container {
  height: 56px;
  left: 4px;
  overflow: visible;
  position: absolute;
  top: 4px;
  width: 56px;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transition: -moz-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(-100px);
}
.pplayer-flyout-cta-icon {
  height: 56px;
  width: 56px;
}
.pplayer-flyout-cta-body {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  max-width: 400px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-transition: width 0.2s cubic-bezier(0, 0, 0.2, 1) 0.5s,
    max-width 0.2s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: width 0.2s cubic-bezier(0, 0, 0.2, 1) 0.5s,
    max-width 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: width 0.2s cubic-bezier(0, 0, 0.2, 1) 0.5s,
    max-width 0.2s cubic-bezier(0.4, 0, 1, 1);
  width: 0;
}
.pplayer-flyout-cta-text-container {
  max-width: 250px;
  padding-left: 70px;
  padding-right: 30px;
  padding-top: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 64px;
}
.pplayer-flyout-cta-headline-container {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}
.pplayer-flyout-cta-headline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pplayer-flyout-cta-description-container {
  color: #767676;
  font-size: 15px;
  margin-top: 3px;
}
.pplayer-flyout-cta-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #333;
}
.pplayer-flyout-cta-action-button-container {
  direction: ltr;
  line-height: 64px;
  max-width: 150px;
  position: static;
  height: 64px;
}
.pplayer-flyout-cta-action-button {
  background: #167ac6;
  border: solid 1px transparent;
  border-color: #167ac6;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  height: 36px;
  margin: 0 8px 0 0;
  max-width: 140px;
  overflow: hidden;
  padding: 0 10px;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: inherit;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline !important;
}

.pplayer-annotations-left {
  left: 0;
  bottom: -25px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 5px;
}

.pplayer-annotations-right {
  right: 0;
  bottom: -25px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  border-radius: 5px;
}

#pplayer-timer-container {
  color: white;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 70px;
  z-index: 100;
}

.pplayer-timer-container-inner {
  position: relative;
}

#pplayer-click-thru {
  color: white;
}
#pplayer-click-thru:hover,
#pplayer-click-thru:focus {
  color: white;
}
#pplayer-click-container {
  display: none;
}

#pplayer-timer-wrapper {
  display: none;
}

.pplayer-countdown-outer {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 220;
}
.pplayer-countdown-container {
  position: relative;
  margin: auto;
  height: 62px;
  width: 62px;
  text-align: center;
  box-sizing: border-box;
}
.pplayer-countdown-number {
  color: white;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  font-weight: 900;
}
.pplayer-countdown-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 62px;
  transform: rotateY(-180deg) rotateZ(-90deg);
  box-sizing: border-box;
}
.pplayer-circle-svg {
  stroke-dasharray: 188px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 5px;
  stroke: white;
  fill: none;
  animation: pplayer-countdown 8s linear infinite forwards;
}

@keyframes pplayer-countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 188px;
  }
}
@keyframes pplayer-countdown-m {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 114px;
  }
}

@media only screen and (max-width: 500px) {
  .pplayer-countdown-number {
    font-size: 18px;
    line-height: 38px;
  }
  .pplayer-countdown-svg {
    width: 40px;
    height: 40px;
  }
  .pplayer-circle-svg {
    stroke-dasharray: 114px;
    stroke-dashoffset: 0px;
    cx: 20px;
    cy: 20px;
    r: 18px;
    stroke-width: 3px;
    animation: pplayer-countdown-m 8s linear infinite forwards;
  }
  .pplayer-countdown-outer {
    right: 10px;
    top: 10px;
  }
  .pplayer-countdown-container {
    width: 40px;
    height: 40px;
  }
}

video {
  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}

#pplayer-dfp-container {
  position: absolute;
  bottom: 10px;
  z-index: 90;
  display: inline-block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  overflow: hidden;
}

#pplayer-dfp-container a {
  text-decoration: none;
}

#pplayer-dfp-container a:hover {
  text-decoration: none;
}

#pplayer-dfp-container img {
  width: 728px;
  height: 90px;
}

#pplayer-dfp-container a {
  display: inline-block;
  width: 728px;
  height: 90px;
}

.pplayer-dfp-inner {
  position: relative;
}

.pplayer-video-animated {
  transition: 0.7s ease-in;
}

.pplayer-video-moveup {
  bottom: 100px !important;
  height: calc(100% - 110px) !important;
}

@media only screen and (min-width: 3000px) {
  .pplayer-video-moveup {
    bottom: 40px !important;
    height: calc(100% - 290px) !important;
  }
  #pplayer-dfp-container img {
    width: 2184px;
    height: 270px;
  }
  #pplayer-dfp-container a {
    display: inline-block;
    width: 2184px;
    height: 270px;
  }
}

@media only screen and (min-width: 1920px) {
  .pplayer-video-moveup {
    bottom: 40px !important;
    height: calc(100% - 200px) !important;
  }
  #pplayer-dfp-container img {
    width: 1456px;
    height: 180px;
  }
  #pplayer-dfp-container a {
    display: inline-block;
    width: 1456px;
    height: 180px;
  }
}

@media only screen and (max-width: 720px) {
  .pplayer-video-moveup {
    bottom: 40px !important;
    height: calc(100% - 75px) !important;
  }
  #pplayer-dfp-container img {
    width: 518px;
    height: 64px;
  }
  #pplayer-dfp-container a {
    display: inline-block;
    width: 518px;
    height: 64px;
  }
}

@media only screen and (max-width: 520px) {
  .hide-mobile-text {
    display: none;
  }

  #pplayer-dfp-container {
    bottom: 110px;
  }

  #pplayer-timer-wrapper br {
    display: none;
  }

  .pplayer-video-moveup {
    bottom: 40px !important;
    height: calc(100% - 55px) !important;
  }
  #pplayer-dfp-container img {
    width: 364;
    height: 45px;
  }
}

video::-webkit-media-controls-timeline {
  display: none;
}
video::-webkit-media-controls-time-remaining-display {
  display: none;
}
video::-webkit-media-controls-current-time-display {
  display: none;
}
