

.lightbox {
  border-radius: 25px;
  position: fixed;
  top: 20%;
  bottom: 20%;
  left: 10%;
  right: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.toolbarLB 
{
  text-align: right;
  padding: 3px;
  cursor: pointer;
}

.closeLB {
  font-size: 150%;
  color: red;
  cursor: pointer;
}

.lightbox.closeLightbox {
  display: none;
}
  
.bottomText {
  color: white;
}
