.gallery-section {
  background-color: #000000;
  font: normal 16px sans-serif;
  padding: 0;
  position: relative;
  height: auto;
  min-height: 100% !important;
}

.container.gallery-container {
  background-color: rgb(255, 255, 255);
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: .5em;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  font-size: 4em;
}

.gallery-container p.page-description {
  text-align: center;
  margin: auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 1em;
}

/* 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;
}

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

.vstack {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .gallery-section {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .gallery-container h1 {
    font-size: 40px;
  }

  .gallery-container p.page-description {
    font-size: 15px;
  }

  .container.gallery-container {
    background-color: rgb(255, 255, 255);
    color: #35373a;
    min-height: 100vh;
    padding: 15px 25px;
  }

}