/* The Modal (background) */
div#o_lightbox {
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
  display: none;
  text-align: center;
}

div#o_lightbox > img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    background-color: white;
}

div#o_lightbox > div.container > * {
	margin: 10px;
}
