html {
  font-size: 10px;
}
body {
  font-size: 1.4rem;
}
.media__video {
  position: relative;
  width: 100%;
}
.media__video > * {
  position: absolute;
}
.media__video #video {
  position: relative;
  pointer-events: none;
}
.media__video #player_container {
  position: static;
}
.media__timer {
  background: #e4222e;
  color: #fff;
  font-size: 0.9rem;
  padding: 2px 3px;
  transform: skewX(-10deg);
}
@media (min-width: 992px) {
  .media__timer {
    font-size: 2rem;
    padding: 11px 21px;
  }
}
.media__timer span {
  transform: skewX(10deg);
  display: block;
}
.media__bottom {
  background: url('img/gradient_bg.png') no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .media__bottom {
    margin-top: 10px;
    margin-left: -30px;
  }
}
.media__bottom span {
  font-size: 1rem;
  color: #fff;
  padding: 3px 10px;
}
@media (min-width: 992px) {
  .media__bottom span {
    font-size: 3.5rem;
    padding: 7px 41px;
  }
}
.media__bottom span:first-child {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media__bottom span:first-child {
    padding-left: 41px;
  }
}
.media__bottom span:last-child {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .media__bottom span:last-child {
    padding-right: 41px;
  }
}
.media__bottom span.--white {
  display: block;
  background: #fff;
  transform: skewX(-10deg);
  margin: -15px 0;
  padding: 3px 7px;
}
@media (min-width: 992px) {
  .media__bottom span.--white {
    padding: 5px 10px;
    margin: -10px 0;
  }
}
.media__bottom span.--white span {
  transform: skewX(10deg);
  display: block;
  color: #232f78;
  font-size: 1.1rem;
  padding: 0;
}
@media (min-width: 992px) {
  .media__bottom span.--white span {
    font-size: 4.4rem;
    padding: 7px 41px;
  }
}
.video__overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video__title {
  top: 10px;
  left: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Oswald';
  font-weight: 700;
}
@media (min-width: 992px) {
  .video__title {
    font-size: 4.4rem;
    top: 20px;
    left: 50px;
  }
}
.video__information {
  bottom: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  text-transform: uppercase;
  width: 100%;
  left: 0;
  right: 0;
}
.video__information.--center {
  font-size: 2.4rem;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  width: auto;
  /*transform: translate(-50%, -50%);*/
  background: #EC3839;
  color: #fff;
  padding: 10px 36px;
  transform: skewX(-5deg);  
}
#player_container {
  max-width: 100vw;
  max-height: 100vh;
  background: transparent;
}
.fp-btns,
.fp-elapsed,
.fp-timeline,
.fp-duration {
  display: none !important;
}
.fp-volumebtn {
  margin-left: auto !important;
}

