.warranty-label {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 999px) {
  .warranty-label-container {
    top: 15px;
    left: 15px;
    max-width: 50px;
  }
}