.pswp__scroll-wrap {
  transition: all .3s ease; 
}
.open-thumbnails .pswp__scroll-wrap  {
  bottom: 100px;
  height: auto;
  top: 0;
}
.pswp__thumbnails {
  background: #0a0a0a;
  border-top: 1px solid #000;
  bottom: -100px;
  height: 100px;
  position: absolute;
  transition: all .3s ease;
  width: 100%;
}
.open-thumbnails .pswp__thumbnails {
  bottom: 0px;
}
.pswp__thumbnails-container {
  height: 100px;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.pswp__thumbs {
  position: absolute;
}
.pswp__button-tn-control {
  background: #0a0a0a;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 99px;
  color: #fff;
  cursor: pointer;
  font-family: 'font-icons';
  line-height: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 32px;
}
.pswp__button-tn-control::before {
  content: '\e022';
}
.open-thumbnails .pswp__button-tn-control::before {
  content: '\e01f';
}
.pswp__thumbnails-container img {
  border: 2px solid #fff;
  cursor: pointer;
  height: 80px;
  margin: 0 2px;
  transition: border-color .3s ease;
  width: auto;
}
.pswp__thumbnails-container img:hover,
.pswp__thumbnails-container img.is-active {
  border-color: #46b450;
}
.pswp__caption__center {
  text-align: center
}