{# Utility styles so MixItUp.js can show/hide module li's #}
.filterable-content .styledselect, .filterable-content .select .options {
  display: none;
}

.container .mix{
  display: none;
}

.container .mix:after{
  display: inline-block;
}

.show-me {
  height:auto!important; 
  opacity:1!important;
  position:relative!important;
  pointer-events:all;
}
.height100{height:100%!important; transition:.2s ease all;}