.yale-signature {
  display: block;
  width: 150px;
  height: 60px;
  background: url("/yale-signature-sprite.svg") no-repeat 0 100%;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .yale-signature {
    width: 112px;
    height: 45px;
  }
}
