.yc-countdown {
  position: relative;
  display: inline-block;
  line-height: 0; /* kill inline-image gap */
  margin: 0 auto;
}

.yc-countdown__img {
  display: block;
  width: 100%;
  height: auto;
  transform: rotate(10deg);
}

.yc-countdown__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--yc-countdown-color, #fff);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  font-size: 2.5rem;
  text-shadow: 0 1px 2px rgba(0,0,0,.45), 0 0 8px rgba(0,0,0,.25);
  padding: .1em .3em; /* subtle visual balance */
  border-radius: .3em;
}

.yc-countdown__wrapper {
    text-align: center;
}