.sqpvideoteaser {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: padding-bottom 0.5s ease;
  position: relative;
}

.sqpvideoteaser>div {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: absolute;
  bottom: 0;
}

.sqpvideoteasermute,
.sqpvideoteaserrestart,
.sqpvideoteaserclose {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sqpvideoteasermute {
  right: 4px;
  bottom: 4px;
  background-position: 0 0;
}

.sqpvideoteaserrestart {
  left: 4px;
  bottom: 4px;
  background-position: -48px 0;
}

.sqpvideoteaserclose {
  right: 4px;
  top: 4px;
  background-position: -48px -48px;
}


.sqpvideoteaserunmute {
  background-position: 0 -48px;
}

.sqpvideoteaseractive {
  padding-bottom: 56.25%;
}

.sqpvideoteaser video {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.sqpvideoteasertrackouter {
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  position: absolute;
}

.sqpvideoteasertrackinner {
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  position: absolute;
}

.sqpvideoteaser img {
  width: 100%;
  height: auto;
  border: 0;
  display: none;
}
