.adrepo-ad.type-video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.adrepo-ad.type-video:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.adrepo-ad.type-video .preroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
}

.adrepo-ad.type-video .preroll .action-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  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;
  cursor: pointer;
}

.adrepo-ad.type-video .preroll .action-play img {
  width: 100px;
}

.adrepo-ad.type-video .preroll .action-skip {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 25px;
  right: 10px;
  padding: 5px 10px;
  background: rgba(64, 64, 64, 0.8);
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  cursor: pointer;
  display: none;
}

.adrepo-ad.type-video .preroll .action-skip img {
  display: inline-block;
  height: 18px;
  margin-left: 8px;
  margin-top: -2px;
}

.adrepo-ad.type-video .preroll .countdown {
  position: absolute;
  bottom: 25px;
  right: 10px;
  padding: 5px 10px;
  background: rgba(64, 64, 64, 0.8);
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  display: none;
}

.adrepo-ad.type-video .original {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: black;
  display: none;
}

.adrepo-ad.type-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*# sourceMappingURL=adrepo.css.map */