@media screen and (max-width: $small-mobile) {
  .drop-down-filters {
    display: none !important;
  }

  body {
    .list-view {
      .content {
        max-width: 90px;
      }
    }
    ////
  }

  article.preview {
    max-height: 800px;
  }
}
