/**
* Lightbox
**/

.lightbox-container {
  white-space: nowrap;
  margin-bottom: 20px;
}

.lightbox-container .default-image {
  filter: grayscale(100%);
}

#took-lightbox .default-image:nth-of-type(1) {
  width: 49.5%;
}

#took-lightbox .default-image:nth-of-type(3) {
  width: 50.05%;
}

#feather-lightbox .default-image {
  width: 100%;
}

#lahti-lightbox .default-image {
  height: 165px;
  width: auto;
}

#lahti-lightbox .default-image img {
  height: 100%;
  width: auto;
  display: inline-block;
  margin: 0;
}

.lightbox-container .default-image {
  padding: 0 9px;
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.lightbox-container .default-image img {
  border: 1px solid #ddd;
  margin: 5px 0 0 0;
  background: #fff;
}