@media (max-width: 768px) {
  .list-item .info h3 {
      font-size: 16px;
      line-height: 1.1;
      margin: 0;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
.video-filter-title{
  display: none;
}
 
.continent-filter {
    display: flex;
    justify-content: center
}

.list-item .info {
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

}