.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.load-more {
  display: none;
}
#loadMore {
  width: 200px;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  transition: .3s;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
