.ue_years {
  display: block;
  margin: 1.5rem 0 0 .3rem;
  padding-right: .4rem;
  background-image: url('/assets/images/ultraedit__years.png');
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 6rem;
  text-align: center;
  font-size: 400%;
  font-weight: 300;
  line-height: .95;
  letter-spacing: -6px;
  color: #cd9c5e;
}

a.ue_years:hover, a.ue_years:focus, a.ue_years:active { color: #cd9c5e; }

@media only screen and (min-width: 641px) and (max-width: 912px) { .ue_years { font-size: 350%; } } 
@media only screen and (min-width: 641px) and (max-width: 802px) { .ue_years { font-size: 325%; } } 
@media only screen and (min-width: 641px) and (max-width: 740px) { .ue_years { font-size: 300%; } } 
@media only screen and (min-width: 641px) and (max-width: 700px) { .ue_years { font-size: 275%; } }
@media only screen and (max-width: 640px) { 
  .ue_years { 
    font-size: 450%;
    background-position: center; 
  }
}