/* Lightbox gallery stylesheet */

.lightbox-gallery {
  height: auto;
  max-width: 100%;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: relative;
}

.ekko-lightbox-nav-overlay a {
  font-size: 60px;
}

.nav-link:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

.hover-image:hover {
  animation: pulse 1s;
  -webkit-animation: pulse 1s;
}

#hover-image {
  margin-top: 1em;
}

.modal-footer {
  font-size: larger;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

