exhibit {
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999000009
}
exhibit .fa-times {
  cursor: pointer;
  transition:all .5s;
  -webkit-transition:all .5s;
}
exhibit .fa-times:hover{
  color:#d00101;
}
exhibit img {
  max-width: 80%;
  max-height: 80%;
  background-color: rgba(0,0,0,0.3);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.3);
}
