.widget-list-static .search-result-description,
.widget-list-static .author{
  display: none;
}

.widget-list-static .search-result-images{
  width: 160px;
  height: auto;
}
.widget-list-static .search-result-images img{
  width: 160px;
  height: auto;
}
.widget-list-static .search-result-bloc-text{
  width: 220px;
  margin-left: 10px;
}
.widget-list-static .search-result-images .video{
  min-height: inherit;
}
.widget-list-static .search-result-images .video,
.widget-list-static .search-result-bloc-text h4{
  margin-top: 0;
  margin-bottom: 0;
}
.widget-list-static article{
  display: flex;
}
.widget-list-static .node--view-mode-search-result{
  margin-bottom: 0;
}
.widget-list-static .widget-content .field-content{
  margin-bottom: 20px;
}
@media screen and (max-width:1199px) {
  .widget-list-static .widget-content .img-responsive{
    max-width: 160px;
  }
}
@media screen and (max-width:991px) {
  .widget-list-static .search-result-bloc-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .widget-list-static h4{
    padding-top: 0;
  }
}

