.container.gallery-container {
	background-image: url(images/bg-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1vh;
	max-width: 100%;
}


.tz-gallery {
    padding-left: 10px;
	padding-right: 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 1px;
}

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}