.tz-gallery {
    padding:0;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding:0;
	width:29.33333333333333%;
	margin:0 2% 20px;
}


.tz_gallery_full .row > div {
    padding:0 !important;
	width:14.06666666666667% !important;
	margin:0 1.3% 20px !important;
}

@media (max-width:767px){
.tz_gallery_full .row > div {
    padding:0 !important;
	width:29.33333333333333% !important;
	margin:0 2% 20px !important;
}
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
	border:1px solid #000;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 45%;
    left: 45%;
    margin-top: 0px;
    margin-left: 0px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 203px;
    height: 136px;
    opacity: 0;
    background-color:#16214e;
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
