/*
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
*/

.ngg-gallery-thumbnail {
    background: none;
    border: none;
}
#fancybox-outer {
    width: calc(100% - 20px);
    background: none;
}
#fancybox-content {
    border: none;
}
#fancybox-overlay {
    background-color: #000 !important;
    opacity: 0.4 !important;
}
.fancybox-bg {
    width:0px;
    height:0px;
}