#scroll-container {
  width: 100%;
  height: 100%;
}
.modal-view-doc,
.modal-view-video {
  cursor: pointer;
}

#modal-container {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.modal-popup {
  width: 90vw !important;
  height: 90vh !important;
}
.modal-html-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  overflow: hidden !important;
}
