#allrecords  [data-record-type="891"] .t891 .t-cover__wrapper a {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 15px;
  font-size: 1em;
  color: #ffffff;
  background-color: #7091aa;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  transform: scale(0);
}

#allrecords [data-record-type="891"] .t891 .t-cover__wrapper a:hover {background-color: #f99761;}

@keyframes fadeIn {
  from {transform: scale(0);}
  to {transform: scale(1);}
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    h1.t891__title.t-title_xl {font-size: 50px; line-height: 1.15 !important;}
}

@media screen and (min-width: 641px) {
  #allrecords  [data-record-type="891"] .t891 .t-cover__wrapper a {font-size: 18px;}
}