.facet-heading .facet-close {
  float: right;
}

.facet-heading .facet-open {
  float: right;
}

.contentContainer {
  display: none;
}

.bottom-remove-filter {
  display: none;
}

@media only screen and (min-width: 768px) {
  .facet-heading .facet-open {
    display: none;
  }
  .facet-heading .facet-close {
    display: none;
  }
  .contentContainer {
    display: block;
  }
  .bottom-remove-filter {
    display: block;
  }
}
