#faceted-search-reset-button a {
  background-color: #005B94;
  border-color: #005B94;
  margin-right: 10px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 7px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}

@media(min-width: 1200px) {
  #block-faceted-search-reset--2 {
    display: block;
  }
}