.preroll-skip-button,
.advertisement-box,
.remaining-time {
  display: block;
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  /*font-style: italic;*/
  line-height: 10px;
  padding: 0px;
  z-index: 2;
  /*border: 1px solid rgba(255,255,255,.35);*/
  border-right: none;
  -webkit-border-radius: 10px;
  border-radius: 5px;
}
.preroll-skip-button-6,
.advertisement-box,
.remaining-time {
  display: block;
  position: absolute;
  bottom: 7px;
  left: 45px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  /*font-style: italic;*/
  line-height: 10px;
  padding: 0px;
  z-index: 2;
  /*border: 1px solid rgba(255,255,255,.35);*/
  border-right: none;
  -webkit-border-radius: 10px;
  border-radius: 5px;
}
.preroll-skipSeconds {
  padding: 5px;
}
.preroll-img {
  -webkit-border-radius: 10px;
  border-radius: 5px;
}

.preroll-gradient {
  display: none;
  position: absolute;
  top: 7px;
  z-index: 3;
  left: -8px;
  height: 20px;
  width: 120%;
  border-radius: 10px;
  background-image: linear-gradient(
    to top,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 0.7)
  );
}

.preroll-gradient-1 {
  display: none;
  position: absolute;
  top: 24px;
  z-index: 3;
  left: -40px;
  height: 20px;
  width: 120%;
  border-radius: 10px;
  background-image: linear-gradient(
    to top,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 0.7)
  );
}

.preroll-remDiv {
  display: block;
  position: absolute;
  bottom: 7px;
  left: 7px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  /*font-style: italic;*/
  line-height: 10px;
  padding: 5px;
  z-index: 2;
  /*border: 1px solid rgba(255,255,255,.35);*/
  border-right: none;
  -webkit-border-radius: 10px;
  border-radius: 5px;
}

.advertisement-box {
  right: auto;
  left: 0;
  font-style: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-left: none;
}

.preroll-skip-button.enabled {
  cursor: pointer;
  color: white;
}

.preroll-skip-button.enabled:hover {
  cursor: pointer;
  background: #333;
}

.preroll-blocker {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
