.video-outer{
  width: 100%;
  margin: 0 auto;
}
.video-inner{
  position: relative;
  padding-top: 56.25%;
  .react-player{
    position: absolute;
    top:0;
    let:0;
  }
}

.video-counter{
  position: absolute;
  left: -$sizeSmall;
  bottom: -$sizeMedium;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: $themePrimary;
  color: $themeWhite;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  strong{
    display: block;
    font-size: 1.4em;
  }
}