/*
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-albumoverview.default-view .ngg-album-compact {
    width: 33% !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    float:left !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ngg-album-compactbox {
padding: 0 !important;
}
.nextgen-override h4 {
    top: calc(50% - 20px);
    position: absolute;
    width: 100%;
}
a.ngg-album-desc {
    color: #fff;
    font-weight: 600;
}
.ngg-album-compact:hover img.Thumb  {
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
}
.nextgen-override {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(0,0,0,0.5);
	display:none;
	z-index:999999999999999;

}


.ngg-album-compactbox:hover .nextgen-override {
  display:block;
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	z-index:9999999999999999;
}