.tz-gallery .effect-bubba {
	background: #FFF;
	margin-bottom:20px;
}

.tz-gallery .overflow {
	 overflow:hidden;
}

.tz-gallery .lightbox img {
	opacity: 1;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

	-webkit-filter: brightness(60%);
}


.tz-gallery .lightbox img:hover {
    -moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}


.baguetteBox-button {
    background-color: transparent !important;
}


