body.chl-lightbox-locked {
  overflow: hidden;
}

.chl-lightbox {
  align-items: stretch;
  background-color: rgba(0,0,0,0.15);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 25px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1500;
}

.chl-lightbox--scrollable {
  overflow-y: scroll;
}

.chl-lb-frame {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  flex: 0 1 auto;
  padding: 16px;
  margin: auto;
  min-width: 300px;
  min-height: 200px;
}

.chl-lb-frame > div {
  background-color: white;
}

.chl-lb-video {
  margin-bottom: 0;
}
