#loading-image {
  position: relative;
  height: 50vh;
  text-align: center;
  background: #fff;
  width: 100%;
  display: none;
}

#loading-image img {
  width: 215px;
  margin: auto;
}

.small-dropdown {
  max-width: 90px;
  display: inline-block;
}

.hds-card-article__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}