.b-events-best {
}

@media (max-width: 767px){
  .b-events-best__item-avatar {
    /* height: 195px; */
    overflow: hidden;
  }
}

.b-events-best__title{
  font-size: 30px;
  color: #222d35;
  margin-bottom: 25px;
  text-align: center;
}

.b-events-best__title-inner{
  display: inline-block;
  position: relative;
}

.b-events-best__title-inner:before, 
.b-events-best__title-inner:after{
  background-size: auto 100%;
  content: ' ';
  position: absolute;
  top: 6px;
  height: 30px;
  width: 18px;
  opacity: .5;
}

.b-events-best__title-inner:before{
  left: -25px;
  background: url(img/laurel-l-b.png) left top no-repeat;
}

.b-events-best__title-inner:after{
  right: -28px;
  background: url(img/laurel-r-b.png) right top no-repeat;
}

.b-events-best__items {
}

.b-events-best__item {
  position: relative;
  display: block;
  text-decoration: none !important;
  border-radius: var(--global-border-radius-base);
  overflow: hidden;  
}
.b-events-best__item:hover img {
  filter:brightness(0.8);
}

@media (max-width: 767px){
  .b-events-best__item {
    margin-bottom: 2rem;
  }

}

.b-events-best__item-avatar {
  margin: 0 auto;
  position: relative;
  border-top-left-radius: var(--global-border-radius-base);
  border-top-right-radius: var(--global-border-radius-base);
  overflow: hidden;  
}
@media (max-width: 767px){
  .b-events-best__item-avatar {
    /* height: 195px; */
    overflow: hidden;
  }
}

.b-events-best__item-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  padding: 15px;
  line-height: normal;
  /* font-size: 12px; */
  background: rgba(0,0,0,.2);
  background: linear-gradient(0, #000000, transparent 100%);
  text-align: center;
}

.b-events-best__item-avatar:after {
  content: ' ';
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.99) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.99) 100%);
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  opacity: 0.5;
  z-index: 1;
}

.b-events-best__item-city {
  text-align: center;
  /* color: #adb2b2; */
  /* margin-top: .2rem; */
  font-size: .8rem;
  background: rgb(223 70 71);
  color: white;
}

.b-events-best__item-date {
  position: absolute;
  width: 30px;
  height: 38px;
  top: 0;
  right: 15px;
  background: url(img/date.png) center no-repeat;
  font-size: .8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: .8rem;
  padding-top: 5px;
}