.container {
  width: 271px;
  height: 386px;
  background-color: var(--global-background);
  border-radius: var(--border-radius-lg-plus);
}

.tableNodeWrapper {
  width: 100%;
  height: 100%;
  padding: var(--spacing-10) var(--spacing-9);
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-gutter: stable both-edges;
}

.image,
.video {
  width: 100%;
  height: 100%;
}
