.thumb {
  padding: 8px;
  overflow: hidden;
}

.thumb img {
  transition: all 0.5s;
}

.thumb img:hover {
  transform: scale(1.1);
}

.lightbox {
  display: block;
  overflow: hidden;
  max-height: 250px;
}

.gallery {
  padding-bottom: 30px;
  background: #25292d;
}

.gallery .thumbnail {
  padding: 0;
  margin-bottom: 30px;
  border: none;
}

.gallery img {
  border-radius: 2px;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .lightbox {
    max-height: 450px;
  }

  .lightbox img {
    width: 100%;
  }
}
