.contentContainer {
  max-height: 70vh;
  overflow: auto;
}

.contentContainer img {
  max-width: 100%;
  height: auto;
}

.contentContainer table {
  width: 100%;
}
