.circle {
  width: auto;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.circle strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
}
.circle strong:after {
  /*content: "%";*/
}

.circle-video strong{
  color: white;
}