/* Zoom Icon */
.image-icon {
  position: relative;
  text-align: center;
}

.fa-search-plus {
  position: absolute;
  bottom: 8px;
  right: 153px;
}

/* LIGHTBOX FUNCTIONALITY https://codepen.io/gschier/pen/HCoqh */
.lightbox {
  /* Lightbox Hidden */
  display: none;

  /* Lightbox Positioning */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* Lightbox Image */
div #battery img#PRB64 {
  width: 60%;
  height: auto;
  margin: 15%;
}

.lightbox:target {
  outline: none;
  display: block;
}

#thumbnail {
  text-align: center;
}