div.brand_tl {
  position: absolute;
  right: 25px;
  bottom: 40px;
  font-family: 'jaf-facitweb', sans-serif;
  font-weight: normal;
  font-size: 1.5em;
}
@media only screen and (max-width: 600px) {
  div.brand_tl {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
  }
}
div.brand_tl h5 {
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  div.brand_tl h5 {
    margin: 0.5em;
  }
}
div.brand_tl sup {
  vertical-align: super;
  font-size: 0.25em;
}
