@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.tz-gallery {
  padding: 40px;
}
.tz-gallery .box {
  height: 100px;
    width:100%;
  overflow: hidden;
    display: flex;
            justify-content: center;
            align-items: center;
}
.tz-gallery .box img{
 
}
/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}
.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;
  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: rgba(248, 111, 49, 0.5);*/
  content: '';
  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;
  }
}