#lightbox {
  background-color: black;
  z-index: 1;
  position: fixed;
  display: none;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  overflow: auto;
}

.top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#focus-col {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}

@media (min-width: 960px) {
  #focus-col {
    height: 90%;
  }
}
