.episode-swiper-free-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  min-width: 52px;
  height: 22px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #db143b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  box-sizing: border-box;
}

@media all and (max-width: 991px) {
  .episode-swiper-free-tag {
    top: 8px;
    left: 8px;
    min-width: 48px;
    height: 20px;
    padding: 0 8px;
    font-size: 13px;
    line-height: 20px;
  }
}
