.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.equal-height {
  display: flex;
  flex-wrap: wrap;
}
.equal-height > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.equal-height > [class*="col-"] > .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trending .trend-item .trend-image {
  text-align: center;
  width: 100%;
  height: 250px;
}
.trending .trend-item .trend-image img {
  width: 100%; /* Set image width to fill container */
  height: 100%; /* Set image height to fill container */
  object-fit: cover;
}
