/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 0px;
}


.tz-gallery .row{
    margin: 0;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery-bckp .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: white;
    content: '';
    transition: 0.4s;
}

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

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

#next-button svg{
    display: none;
}

#previous-button svg{
    display: none;
}

#close-button svg{
    display: none;
}

#next-button::before{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 60px;
    font-family: 'terminal-grotesque';
    content: '>';
}

#previous-button::before{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 60px;
    font-family: 'terminal-grotesque';
    content: '<';
}

#close-button::before{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 60px;
    font-family: 'terminal-grotesque';
    content: 'X';
}

.tz-gallery .lightbox img{
    margin: 0;
}