.grid-item { 
	width: 15%; 
	margin-bottom:25px;

}

.grid-sizer {
	width:15%;
}

.grid {
	width:85%;
	margin-left:auto;
	margin-top:80px;

}


.grid-item.big { 
	width: 40%; 
	margin-bottom:25px;
}

.grid-item.full { 
	width: 70%; 
	margin-bottom:40px;
}

.grid-item {
	width:25%;
}

.grid-item.zoom {
	width:100%;

}

img { width:100%; }

img:hover {
	cursor:pointer;
}

.overlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255); 
    z-index:1000;
}

.lb {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    overflow:hidden;
    background-size: contain; /* Ensure the background image fits within the container */
    background-repeat: no-repeat;
    background-position: center center;
}