/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2024 | 09:56:34 */
.ngg-galleryoverview {
    column-count: 4;
    column-gap: 0;
    padding-bottom: 50px;
    position: relative;
}
.ngg-gallery-thumbnail-box {
    width: unset !important;
}
.ngg-galleryoverview br {
    display: none !important;
    position: absolute;
}
.ngg-galleryoverview .ngg-navigation {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    gap: 2px;
}
@media screen and (max-width: 980px){
	.ngg-galleryoverview {
		column-count: 3;
	}
}
@media screen and (max-width: 767px){
	.ngg-galleryoverview {
		column-count: 2;
	}
}