﻿.badge-wrapper.badge-left {
  left: 5px;
}
  .badge-wrapper .badge-ribbon {
    background-color: #444;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }

  @media (max-width: 767px) {
    .badge-wrapper .badge-ribbon {
        height: 35px;
        width: 35px;
    }
    .badge-wrapper .badge-ribbon {
      height: 35px;
      width: 35px;
      font-size: 8px;
    }
  }
