.node-feature {
  .field-name-field-feature > .field-items {
    display: block;

    &::after {
      display: table;
      content: '';
      clear: both;
    }

    > .field-item {
      float: left;

      @media screen and (max-width: 768px) {
        width: 100% !important;
      }
    }
  }
}

.block-facetapi {
  .block-inner > .block-content {
    display: block;
    &::after {
      display: table;
      content: '';
      clear: both;
    }

  > .field-guide-tile {
    float: left;
  }
}
