   /* ab 600px */
@media only screen and (min-width: 37.5em) {

}

/* ab 768px */
@media only screen and (min-width: 48em) {

}

/* ab 1026px */
@media only screen and (min-width: 64.125em) {

}

/* ab 1440px */
@media only screen and (min-width: 90em) {
  .c-facets__select ul {
    height: auto !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    margin: 0;
  }
}

.StndGallery .mejs-container-fullscreen {
    // background: red !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
    min-width: 1024px !important;
    min-height: 768px !important;
    z-index: 100000;
}
 