/* START_SNIPPET:promo-badge-4plus1 (INDEX:308) */
.dis-badge__short { display: none; }
  @media screen and (max-width: 749px) {
    .dis-badge__full { display: none; }
    .dis-badge__short { display: inline; }
  }
/* END_SNIPPET:promo-badge-4plus1 */
