/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

.ngg-albumoverview {
      width: 70%;
      margin: 0 auto;
}

.ngg-galleryoverview div.pic img {width: auto; height:80vh;}
.ngg-gallery-list li img {
    height: 6rem;
    width: 6rem;
}

.ngg-imagebrowser img {
    height: 17rem;
    height: 57vh;


}