@-webkit-keyframes bottom1 {
  0%,
  100% {
    bottom: 40px;
  }
  50% {
    bottom: 15px;
  }
}

@-moz-keyframes bottom1 {
  0%,
  100% {
    bottom: 40px;
  }
  50% {
    bottom: 15px;
  }
}

@-o-keyframes bottom1 {
  0%,
  100% {
    bottom: 40px;
  }
  50% {
    bottom: 15px;
  }
}

@keyframes bottom1 {
  0%,
  100% {
    bottom: 40px;
  }
  50% {
    bottom: 15px;
  }
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

#photoswipe_list li {
  width: 33.3333%;
  padding: 70px 30px 0;
}

#photoswipe_list li:hover a {
  top: -15px;
}

#photoswipe_list li a {
  position: relative;
  top: 0;
  display: block;
  padding: 30px;
  background: #fff;
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.02), -4px 4px 10px rgba(0, 0, 0, 0.02), 4px -4px 10px rgba(0, 0, 0, 0.02), -4px -4px 10px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.02), -4px 4px 10px rgba(0, 0, 0, 0.02), 4px -4px 10px rgba(0, 0, 0, 0.02), -4px -4px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.02), -4px 4px 10px rgba(0, 0, 0, 0.02), 4px -4px 10px rgba(0, 0, 0, 0.02), -4px -4px 10px rgba(0, 0, 0, 0.02);
  -webkit-transition: top 0.5s linear;
  -moz-transition: top 0.5s linear;
  -o-transition: top 0.5s linear;
  -ms-transition: top 0.5s linear;
  transition: top 0.5s linear;
}

.pswp__button--share {
  display: none;
}

@media (min-width: 768px) and (max-width: 1000px) {
  #photoswipe_list li {
    padding: 50px 20px 0;
  }
  #photoswipe_list li:hover a {
    top: -10px;
  }
  #photoswipe_list li a {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_container {
    padding: 0;
  }
  #photoswipe_list li {
    width: 50%;
    padding: 25px 10px 0;
  }
  #photoswipe_list li:hover a {
    top: -10px;
  }
  #photoswipe_list li a {
    padding: 10px;
  }
}
