.b-clubs-best {
  text-align: center;
}

.b-clubs-best__title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.b-clubs-best__item {
  position: relative;
  display: block;
  /*height: 19.5rem;*/
  /*overflow: hidden;*/
}
@media (max-width: 767px){
  .b-clubs-best__items{

  }
  .b-clubs-best__item{
    height: 17rem;
  }
}

.b-clubs-best__item-avatar {
  display: block;
  max-width: 180px;
  max-height: 180px;
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
  border-radius: 0;
  margin: 0 auto;
  position: relative;
}

.b-clubs-best__item-avatar:before {
  background: url(images/bg-frame.png) 0px 0px no-repeat;
  background-size: cover;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}

.b-clubs-best__item-title {
  margin-top: 15px;
}

.b-clubs-best__item-users {
  color: #9cbfd1;
  margin-top: 5px;
}