@media screen and (max-width: 768px)
{
.search-facets 
{
width: 0;
min-width: 0 !important;
flex-basis: unset;
display: none;
}
.search-results-wrapper
{
margin-top: 0px !important;
}
.search-results-wrapper-title
{
margin-top: 50px !important;
margin-bottom: 0px !important;
}
.search-results 
{
margin-top: 25px !important;
}
.search-results-header
{
display: block;
}
.search-page .button-group .button
{
font-size: .7rem;
}
.search-page .omeka-pagination 
{
  margin: 10px 0 !important;
}
.search-sort.as-url
{
margin-top: 15px !important;
}
}