/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Imagely
Version: 2.13

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/


body.hidden-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 767px) {
.page-id-789 .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 100060;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);  
}
}

@media(min-width: 768px) and (max-width: 992px) {
.page-id-789 .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 100060;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);   
}
}
